Click or drag to resize

MessageResponse Properties

The MessageResponse type exposes the following members.

Properties
  NameDescription
Public propertyalternate_intents
Whether to return more than one intent. true indicates that all matching intents are returned.
Public propertycontext
State information for the conversation .
Public propertyentities
Terms from the request that are identified as entities.
Public propertyinput
The input text.
Public propertyintents
Terms from the request that are identified as intents.
Public propertyoutput
Output from the dialog, including the response to the user, the nodes that were triggered, and log messages.
Top
See Also