Click or drag to resize

CreateDialogNode Properties

The CreateDialogNode type exposes the following members.

Properties
  NameDescription
Public propertyActions
An array of objects describing any actions to be invoked by the dialog node.
Public propertyConditions
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.
Public propertyContext
The context for the dialog node.
Public propertyDescription
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.
Public propertyDialogNode
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.
Public propertyEventName
How an `event_handler` node is processed.
Public propertyMetadata
The metadata for the dialog node.
Public propertyNextStep
The next step to be executed in dialog processing.
Public propertyNodeType
How the dialog node is processed.
Public propertyOutput
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).
Public propertyParent
The ID of the parent dialog node.
Public propertyPreviousSibling
The ID of the previous dialog node.
Public propertyTitle
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.
Public propertyVariable
The location in the dialog context where output is stored.
Top
See Also