Click or drag to resize

MessageInput Class

The text of the user input.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1MessageInput

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 MessageInput

The MessageInput type exposes the following members.

Constructors
  NameDescription
Public methodMessageInput
Initializes a new instance of the MessageInput class
Top
Properties
  NameDescription
Public propertyText
The user's input.
Top
See Also