MessageRequest Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Assistant.v1
public class MessageRequest
The MessageRequest type exposes the following members.
Name | Description | |
---|---|---|
MessageRequest | Initializes a new instance of the MessageRequest class |
Name | Description | |
---|---|---|
AlternateIntents |
Whether to return more than one intent. Set to `true` to return all matching intents.
| |
Context |
State information for the conversation. Continue a conversation by including the context object from the previous response.
| |
Entities |
Entities to use when evaluating the message. Include entities from the previous response to continue using those entities rather than detecting entities in the new input.
| |
Input |
An input object that includes the input text.
| |
Intents |
Intents to use when evaluating the user input. Include intents from the previous response to continue using those intents rather than trying to recognize intents in the new input.
| |
Output |
System output. Include the output from the previous response to maintain intermediate information over multiple requests.
|