Click or drag to resize

MessageRequest Class

The user's input, with optional intents, entities, and other properties from the response.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Conversation.v1MessageRequest

Namespace:  IBM.Watson.DeveloperCloud.Services.Conversation.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 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