You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: watson_developer_cloud/conversation_v1.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ def message(self,
276
276
Get a response to a user's input.
277
277
278
278
:param str workspace_id: Unique identifier of the workspace.
279
-
:param InputData input: An input object that includes the input text.
279
+
:param JSON input: A JSON object that includes the input text in the field 'text' (for example: {"text": "Hi!"})
280
280
:param bool alternate_intents: Whether to return more than one intent. Set to `true` to return all matching intents.
281
281
:param Context context: State information for the conversation. Continue a conversation by including the context object from the previous response.
282
282
:param list[RuntimeEntity] entities: Include the entities from the previous response when they do not need to change and to prevent Watson from trying to identify them.
0 commit comments