From 47e3af61778f1cacfb4dbc47c19cccc4fbe2b947 Mon Sep 17 00:00:00 2001 From: Jonathan Church Date: Mon, 31 Oct 2016 16:33:55 -0400 Subject: [PATCH] Update readme addQuestion() capture options docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 89b61a8d6..772b9877d 100755 --- a/readme.md +++ b/readme.md @@ -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().