Skip to content

Commit 3ff6a7d

Browse files
📝 add pydoc to the conversation service
1 parent af423de commit 3ff6a7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

watson_developer_cloud/conversation_v1.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def message(self, workspace_id, message_input=None, context=None, entities=None,
3535
:param workspace_id: The workspace to use
3636
:param message_input: The input, usually containing a text field
3737
:param context: The optional context object
38+
:param entities: The optional entities
39+
:param intents: The optional intents
40+
:param output: The optional output object
3841
"""
3942

4043
params = {'version': self.version}

0 commit comments

Comments
 (0)