MessageResponse Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Assistant.v1
public class MessageResponse
The MessageResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | MessageResponse | Initializes a new instance of the MessageResponse class |
Name | Description | |
---|---|---|
![]() | AlternateIntents |
Whether to return more than one intent. A value of `true` indicates that all matching intents are returned.
|
![]() | Context |
State information for the conversation.
|
![]() | Entities |
An array of entities identified in the user input.
|
![]() | Input |
The user input from the request.
|
![]() | Intents |
An array of intents recognized in the user input, sorted in descending order of confidence.
|
![]() | Output |
Output from the dialog, including the response to the user, the nodes that were triggered, and log messages.
|