Click or drag to resize

MessageResponse Class

A response from the Assistant service.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1MessageResponse

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class MessageResponse

The MessageResponse type exposes the following members.

Constructors
  NameDescription
Public methodMessageResponse
Initializes a new instance of the MessageResponse class
Top
Properties
  NameDescription
Public propertyAlternateIntents
Whether to return more than one intent. A value of `true` indicates that all matching intents are returned.
Public propertyContext
State information for the conversation.
Public propertyEntities
An array of entities identified in the user input.
Public propertyInput
The user input from the request.
Public propertyIntents
An array of intents recognized in the user input, sorted in descending order of confidence.
Public propertyOutput
Output from the dialog, including the response to the user, the nodes that were triggered, and log messages.
Top
See Also