Skip to content

Commit 6973f66

Browse files
Merge pull request #573 from watson-developer-cloud/germanattanasio-patch-1
fix: update version_date in example #572
2 parents 2c2f8c1 + 7bba335 commit 6973f66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/assistant_v2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# If service instance provides API key authentication
66
# assistant = AssistantV2(
7-
# version='2017-04-21',
7+
# version='2018-09-20',
88
# ## url is optional, and defaults to the URL below. Use the correct URL for your region.
99
# url='https://gateway.watsonplatform.net/assistant/api',
1010
# iam_apikey='iam_apikey')
@@ -14,7 +14,7 @@
1414
password='YOUR SERVICE PASSWORD',
1515
## url is optional, and defaults to the URL below. Use the correct URL for your region.
1616
url='https://gateway.watsonplatform.net/assistant/api',
17-
version='2017-04-21')
17+
version='2018-09-20')
1818

1919
#########################
2020
# Sessions

0 commit comments

Comments
 (0)