An array of objects describing any actions to be invoked by the dialog node.
The condition that will trigger the dialog node. This string cannot contain carriage return, newline, or tab characters.
The context for the dialog node.
The timestamp for creation of the object.
The description of the dialog node. This string cannot contain carriage return, newline, or tab characters.
The unique ID of the dialog node. This is an internal identifier used to refer to the dialog node from other dialog nodes and in the diagnostic information included with message responses.
This string can contain only Unicode alphanumeric, space, underscore, hyphen, and dot characters.
Whether this top-level dialog node can be digressed into.
Whether this dialog node can be returned to after a digression.
Whether the user can digress to top-level nodes while filling out slots.
For internal use only.
Whether the dialog node should be excluded from disambiguation suggestions. Valid only when
type=standard
or frame
.
How an event_handler
node is processed.
The metadata for the dialog node.
The next step to execute following this dialog node.
The output of the dialog node. For more information about how to specify dialog node output, see the documentation.
The unique ID of the parent dialog node. This property is omitted if the dialog node has no parent.
The unique ID of the previous sibling dialog node. This property is omitted if the dialog node has no previous sibling.
A human-readable name for the dialog node. If the node is included in disambiguation, this title is used to
populate the label property of the corresponding suggestion in the suggestion
response type (unless it is
overridden by the user_label property). The title is also used to populate the topic property in the
connect_to_agent
response type.
This string can contain only Unicode alphanumeric, space, underscore, hyphen, and dot characters.
How the dialog node is processed.
The timestamp for the most recent update to the object.
A label that can be displayed externally to describe the purpose of the node to users. If set, this label is used to identify the node in disambiguation responses (overriding the value of the title property).
The location in the dialog context where output is stored.
Generated using TypeDoc
DialogNode.