CreateDialogNode Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Assistant.v1
public class CreateDialogNode
The CreateDialogNode type exposes the following members.
Name | Description | |
---|---|---|
CreateDialogNode | Initializes a new instance of the CreateDialogNode class |
Name | Description | |
---|---|---|
Actions |
An array of objects describing any actions to be invoked by the dialog node.
| |
Conditions |
The condition that will trigger the dialog node. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 2048 characters.
| |
Context |
The context for the dialog node.
| |
Description |
The description of the dialog node. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 128 characters.
| |
DialogNode |
The dialog node ID. This string must conform to the following restrictions: - It can contain only Unicode alphanumeric, space, underscore, hyphen, and dot characters. - It must be no longer than 1024 characters.
| |
EventName |
How an `event_handler` node is processed.
| |
Metadata |
The metadata for the dialog node.
| |
NextStep |
The next step to be executed in dialog processing.
| |
NodeType |
How the dialog node is processed.
| |
Output |
The output of the dialog node. For more information about how to specify dialog node output, see the [documentation](https://console.bluemix.net/docs/services/conversation/dialog-overview.html#complex).
| |
Parent |
The ID of the parent dialog node.
| |
PreviousSibling |
The ID of the previous dialog node.
| |
Title |
The alias used to identify the dialog node. This string must conform to the following restrictions: - It can contain only Unicode alphanumeric, space, underscore, hyphen, and dot characters. - It must be no longer than 64 characters.
| |
Variable |
The location in the dialog context where output is stored.
|