From 3c69df248b650491377b2917b9d5ad74a04b8d6a Mon Sep 17 00:00:00 2001 From: Erika Agostinelli Date: Mon, 17 Sep 2018 11:23:18 +0100 Subject: [PATCH] update the readme - add 'url' parameter additional information on the endpoint is needed --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7de8c650a..e11aaf027 100755 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ from watson_developer_cloud import ConversationV1 conversation = ConversationV1( username='xxx', password='yyy', - version='2017-04-21') + version='2017-04-21', + url='zzz') conversation.set_http_config({'timeout': 100}) response = conversation.message(workspace_id=workspace_id, input={