Skip to content

Commit

Permalink
Merge pull request #466 from jonchurch/patch-2
Browse files Browse the repository at this point in the history
Update readme addQuestion() capture options docs
  • Loading branch information
Ben Brown committed Nov 7, 2016
2 parents 689ae7c + 47e3af6 commit b6a8a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ This function works identically to `convo.say()` except that it takes a second p
|--- |---
| message | String or message object containing the question
| callback _or_ array of callbacks | callback function in the form function(response_message,conversation), or array of objects in the form ``{ pattern: regular_expression, callback: function(response_message,conversation) { ... } }``
| capture_options | _Optional_ Object defining options for capturing the response
| capture_options | Object defining options for capturing the response. Pass an empty object if capture options are not needed
| thread_name | String defining the name of a thread

This function works identically to `convo.ask()` except that it takes second parameter which defines the thread to which the message will be added rather than being queued to send immediately, as is the case when using convo.ask().
Expand Down

0 comments on commit b6a8a2e

Please sign in to comment.