Skip to content

Commit dd3e6e0

Browse files
Merge branch 'master' into vr-similarity-search
2 parents 983cb6e + 08b9554 commit dd3e6e0

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)