Click or drag to resize

DialogNode Properties

The DialogNode type exposes the following members.

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