Click or drag to resize

CreateIntent Class

CreateIntent.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1CreateIntent

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 CreateIntent

The CreateIntent type exposes the following members.

Constructors
  NameDescription
Public methodCreateIntent
Initializes a new instance of the CreateIntent class
Top
Properties
  NameDescription
Public propertyDescription
The description of the intent. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 128 characters.
Public propertyExamples
An array of user input examples for the intent.
Public propertyIntent
The name of the intent. This string must conform to the following restrictions: - It can contain only Unicode alphanumeric, underscore, hyphen, and dot characters. - It cannot begin with the reserved prefix `sys-`. - It must be no longer than 128 characters.
Top
See Also