Skip to content

Commit 98a034f

Browse files
committed
fixed an error in the Conversation service example
1 parent cd7b768 commit 98a034f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ var conversation = new ConversationV1({
240240
});
241241

242242
conversation.message({
243-
input: 'What\'s the weather?',
243+
input: { text: 'What\'s the weather?' },
244244
workspace_id: '<workspace id>'
245245
}, function(err, response) {
246246
if (err) {

0 commit comments

Comments
 (0)