Skip to content

Commit 56357f1

Browse files
Merge pull request #403 from jhoelzl/patch-2
Updated Conversation Example to new API Version
2 parents 7d45e86 + 92d5221 commit 56357f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/conversation_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
conversation = ConversationV1(
66
username='YOUR SERVICE USERNAME',
77
password='YOUR SERVICE PASSWORD',
8-
version='2017-04-21')
8+
version='2018-02-16')
99

1010
# When you send multiple requests for the same conversation, include the
1111
# context object from the previous response.

0 commit comments

Comments
 (0)