Skip to content

Commit

Permalink
Forgot to document params
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevenic committed Apr 8, 2016
1 parent 9c1e9d9 commit 43f8166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Node/src/botbuilder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,8 @@ export class DialogAction {
/**
* Returns a closer that wraps a built-in prompt with validation logic. The closure should be used
* to define a new dialog for the prompt using bot.add('/myPrompt', builder.DialogAction.)
* @param promptType Type of built-in prompt to validate.
* @param validator Function used to validate the response. Should return true if the response is valid.
* @example
* <pre><code>
* var bot = new builder.BotConnectorBot();
Expand Down

0 comments on commit 43f8166

Please sign in to comment.