Click or drag to resize

InputData Class

The user input.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1InputData

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 InputData

The InputData type exposes the following members.

Constructors
  NameDescription
Public methodInputData
Initializes a new instance of the InputData class
Top
Properties
  NameDescription
Public propertyText
The text of the user input. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 2048 characters.
Top
See Also