Created
September 8, 2016 19:31
-
-
Save geekforbrains/370d26bdf4b83581279bd85cb8b7c893 to your computer and use it in GitHub Desktop.
Watson Converstation API - Multiple Responses
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"output": { | |
"text": { | |
"values": [ | |
"My name is Alexander.", | |
"You can call me Alexander", | |
"Friends call me Alex" | |
], | |
"selection_policy": "random", | |
"append": false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment