We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c2f8c1 + 7bba335 commit 6973f66Copy full SHA for 6973f66
1 file changed
examples/assistant_v2.py
@@ -4,7 +4,7 @@
4
5
# If service instance provides API key authentication
6
# assistant = AssistantV2(
7
-# version='2017-04-21',
+# version='2018-09-20',
8
# ## url is optional, and defaults to the URL below. Use the correct URL for your region.
9
# url='https://gateway.watsonplatform.net/assistant/api',
10
# iam_apikey='iam_apikey')
@@ -14,7 +14,7 @@
14
password='YOUR SERVICE PASSWORD',
15
## url is optional, and defaults to the URL below. Use the correct URL for your region.
16
url='https://gateway.watsonplatform.net/assistant/api',
17
- version='2017-04-21')
+ version='2018-09-20')
18
19
#########################
20
# Sessions
0 commit comments