The dialog node ID (for example, get_order
).
Whether to include the audit properties (created
and updated
timestamps) in the response.
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 description of the dialog node. This string cannot contain carriage return, newline, or tab characters.
The dialog node ID. This string must conform to the following restrictions:
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.
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 ID of the parent dialog node. This property is omitted if the dialog node has no parent.
The ID of the previous sibling dialog node. This property is omitted if the dialog node has no previous sibling.
The alias used to identify the dialog node. This string must conform to the following restrictions:
How the dialog node is processed.
A label that can be displayed externally to describe the purpose of the node to users.
The location in the dialog context where output is stored.
Unique identifier of the workspace.
Generated using TypeDoc
Parameters for the
updateDialogNode
operation.