Skip to content

Commit 99c3012

Browse files
authored
Merge pull request #81 from watson-developer-cloud/conversation-ga
Conversation: Update url and version for GA
2 parents 270ae40 + f4f8e63 commit 99c3012

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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='2016-05-09')
8+
version='2016-07-11')
99

1010
# replace with your own workspace_id
1111
workspace_id = '293b58fc-3c5b-4ac5-a8f4-8d52c393d875'

watson_developer_cloud/conversation_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class ConversationV1(WatsonDeveloperCloudService):
2323
"""Client for the Conversation service"""
2424

25-
default_url = 'https://gateway.watsonplatform.net/conversation-experimental/api'
25+
default_url = 'https://gateway.watsonplatform.net/conversation/api'
2626
latest_version = '2016-07-11'
2727

2828
def __init__(self, version, url=default_url, username=None, password=None, use_vcap_services=True):

0 commit comments

Comments
 (0)