The user's input, with optional intents, entities, and other properties from the response.
More...
|
dynamic | Input [get, set] |
| An input object that includes the input text. More...
|
|
bool | AlternateIntents [get, set] |
| Whether to return more than one intent. Default is false. Set to true to return all matching intents.For example, return all intents when the confidence is not high to allow users to choose their intent. More...
|
|
dynamic | Context [get, set] |
| State information for the conversation. When you send multiple requests for the same conversation, include the context object from the response. More...
|
|
List< EntityResponse > | Entities [get, set] |
| The portion of the user's input that you can use to provide a different response or action to an intent. Include entities from the request when they do not need to change so that Watson does not try to identify them. More...
|
|
List< Intent > | Intents [get, set] |
| An array of name-confidence pairs for the user input. Include the intents from the request when they do not need to change so that Watson does not try to identify them. More...
|
|
OutputData | Output [get, set] |
| System output. Include the output from the request when you have several requests within the same Dialog turn to pass back in the intermediate information. More...
|
|
The user's input, with optional intents, entities, and other properties from the response.
◆ AlternateIntents
bool IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.AlternateIntents |
|
getset |
Whether to return more than one intent. Default is false. Set to true to return all matching intents.For example, return all intents when the confidence is not high to allow users to choose their intent.
◆ Context
dynamic IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Context |
|
getset |
State information for the conversation. When you send multiple requests for the same conversation, include the context object from the response.
◆ Entities
List<EntityResponse> IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Entities |
|
getset |
The portion of the user's input that you can use to provide a different response or action to an intent. Include entities from the request when they do not need to change so that Watson does not try to identify them.
◆ Input
dynamic IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Input |
|
getset |
An input object that includes the input text.
◆ Intents
List<Intent> IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Intents |
|
getset |
An array of name-confidence pairs for the user input. Include the intents from the request when they do not need to change so that Watson does not try to identify them.
◆ Output
OutputData IBM.WatsonDeveloperCloud.Conversation.v1.Model.MessageRequest.Output |
|
getset |
System output. Include the output from the request when you have several requests within the same Dialog turn to pass back in the intermediate information.
The documentation for this class was generated from the following file: