CreateIntent Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Assistant.v1
public class CreateIntent
The CreateIntent type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateIntent | Initializes a new instance of the CreateIntent class |
Name | Description | |
---|---|---|
![]() | Description |
The description of the intent. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 128 characters.
|
![]() | Examples |
An array of user input examples for the intent.
|
![]() | Intent |
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.
|