Skip to content

Commit ffebba9

Browse files
committed
making input optional for Conversation
1 parent 65c9578 commit ffebba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watson_developer_cloud/conversation_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, version, url=default_url, **kwargs):
2929
WatsonDeveloperCloudService.__init__(self, 'conversation', url, **kwargs)
3030
self.version = version
3131

32-
def message(self, workspace_id, message_input, context=None):
32+
def message(self, workspace_id, message_input=None, context=None):
3333
"""
3434
Retrieves information about a specific classifier.
3535
:param workspace_id: The workspace to use

0 commit comments

Comments
 (0)