We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 672eb86 + c877f41 commit 0907194Copy full SHA for 0907194
1 file changed
README.md
@@ -77,7 +77,7 @@ conversation = ConversationV1(
77
password='yyy',
78
version='2017-04-21')
79
80
-conversation.set_http_config({'timeout': 100});
+conversation.set_http_config({'timeout': 100})
81
response = conversation.message(workspace_id=workspace_id, input={
82
'text': 'What\'s the weather like?'})
83
print(json.dumps(response, indent=2))
0 commit comments