We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a2af41 + e5d9db5 commit 224b660Copy full SHA for 224b660
1 file changed
watson_developer_cloud/conversation_v1.py
@@ -24,7 +24,7 @@ class ConversationV1(WatsonDeveloperCloudService):
24
"""Client for the Conversation service."""
25
26
default_url = 'https://gateway.watsonplatform.net/conversation/api'
27
- latest_version = '2017-02-03'
+ latest_version = '2017-04-21'
28
29
def __init__(self, version, url=default_url, **kwargs):
30
WatsonDeveloperCloudService.__init__(self, 'conversation', url,
0 commit comments