CreateDialogNodeNodeTypeEnum Enumeration |
How the dialog node is processed.
Namespace:
IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax Field Value
Type:
How the dialog node is processed.
Members
| Member name | Value | Description |
---|
| STANDARD | 0 |
Enum STANDARD for standard
|
| EVENT_HANDLER | 1 |
Enum EVENT_HANDLER for event_handler
|
| FRAME | 2 |
Enum FRAME for frame
|
| SLOT | 3 |
Enum SLOT for slot
|
| RESPONSE_CONDITION | 4 |
Enum RESPONSE_CONDITION for response_condition
|
See Also