Click or drag to resize

MessageResponse Properties

The MessageResponse type exposes the following members.

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