DialogNode Class |
Namespace: IBM.Watson.DeveloperCloud.Services.Assistant.v1
public class DialogNode
The DialogNode type exposes the following members.
Name | Description | |
---|---|---|
DialogNode | Initializes a new instance of the DialogNode class |
Name | Description | |
---|---|---|
Actions |
The actions for the dialog node.
| |
Conditions |
The condition that triggers the dialog node.
| |
Context |
The context (if defined) for the dialog node.
| |
Created |
The timestamp for creation of the dialog node.
| |
Description |
The description of the dialog node.
| |
DialogNodeId |
The dialog node ID.
| |
EventName |
How an `event_handler` node is processed.
| |
Metadata |
Any metadata for the dialog node.
| |
NextStep |
The next step to execute following this dialog node.
| |
NodeType |
How the dialog node is processed.
| |
Output |
The output of the dialog node.
| |
Parent |
The ID of the parent dialog node. This property is not returned if the dialog node has no parent.
| |
PreviousSibling |
The ID of the previous sibling dialog node. This property is not returned if the dialog node has no previous sibling.
| |
Title |
The alias used to identify the dialog node.
| |
Updated |
The timestamp for the most recent update to the dialog node.
| |
Variable |
The location in the dialog context where output is stored.
|