We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a1017 commit c90f9cbCopy full SHA for c90f9cb
examples/conversation_v1.py
@@ -8,7 +8,7 @@
8
version='2016-05-09')
9
10
# replace with your own workspace_id
11
-workspace_id = '25dfa8a0-0263-471b-8980-317e68c30488'
+workspace_id = '293b58fc-3c5b-4ac5-a8f4-8d52c393d875'
12
13
response = conversation.message(workspace_id=workspace_id, message_input={'text': 'What\'s the weather like?'})
14
print(json.dumps(response, indent=2))
0 commit comments