Click or drag to resize

MessageRequest Properties

The MessageRequest type exposes the following members.

Properties
  NameDescription
Public propertyAlternateIntents
Whether to return more than one intent. Set to `true` to return all matching intents.
Public propertyContext
State information for the conversation. Continue a conversation by including the context object from the previous response.
Public propertyEntities
Entities to use when evaluating the message. Include entities from the previous response to continue using those entities rather than detecting entities in the new input.
Public propertyInput
An input object that includes the input text.
Public propertyIntents
Intents to use when evaluating the user input. Include intents from the previous response to continue using those intents rather than trying to recognize intents in the new input.
Public propertyOutput
System output. Include the output from the previous response to maintain intermediate information over multiple requests.
Top
See Also