MessageRequest Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Conversation.v1
public class MessageRequest
The MessageRequest type exposes the following members.
Name | Description | |
---|---|---|
MessageRequest | Initializes a new instance of the MessageRequest class |
Name | Description | |
---|---|---|
alternate_intents |
Whether to return more than one intent. true indicates that all matching intents are returned.
| |
context |
State information for the conversation .
| |
entities |
Terms from the request that are identified as entities.
| |
input |
The input text.
| |
intents |
Terms from the request that are identified as intents.
| |
output |
Output from the dialog, including the response to the user, the nodes that were triggered, and log messages.
|