Click or drag to resize

DialogNode Class

DialogNode.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1DialogNode

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 DialogNode

The DialogNode type exposes the following members.

Constructors
  NameDescription
Public methodDialogNode
Initializes a new instance of the DialogNode class
Top
Properties
  NameDescription
Public propertyActions
The actions for the dialog node.
Public propertyConditions
The condition that triggers the dialog node.
Public propertyContext
The context (if defined) for the dialog node.
Public propertyCreated
The timestamp for creation of the dialog node.
Public propertyDescription
The description of the dialog node.
Public propertyDialogNodeId
The dialog node ID.
Public propertyEventName
How an `event_handler` node is processed.
Public propertyMetadata
Any metadata for the dialog node.
Public propertyNextStep
The next step to execute following this dialog node.
Public propertyNodeType
How the dialog node is processed.
Public propertyOutput
The output of the dialog node.
Public propertyParent
The ID of the parent dialog node. This property is not returned if the dialog node has no parent.
Public propertyPreviousSibling
The ID of the previous sibling dialog node. This property is not returned if the dialog node has no previous sibling.
Public propertyTitle
The alias used to identify the dialog node.
Public propertyUpdated
The timestamp for the most recent update to the dialog node.
Public propertyVariable
The location in the dialog context where output is stored.
Top
See Also