We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58ee9e9 + c176001 commit c877f41Copy full SHA for c877f41
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