Click or drag to resize

MessageRequest Class

A request formatted for the Assistant service.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1MessageRequest

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 MessageRequest

The MessageRequest type exposes the following members.

Constructors
  NameDescription
Public methodMessageRequest
Initializes a new instance of the MessageRequest class
Top
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