Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogNode

DialogNode.

Hierarchy

  • DialogNode

Index

Properties

Optional actions

actions: DialogNodeAction[]

An array of objects describing any actions to be invoked by the dialog node.

Optional conditions

conditions: string

The condition that will trigger the dialog node. This string cannot contain carriage return, newline, or tab characters.

Optional context

context: JsonObject

The context for the dialog node.

Optional created

created: string

The timestamp for creation of the object.

Optional description

description: string

The description of the dialog node. This string cannot contain carriage return, newline, or tab characters.

dialog_node

dialog_node: string

The dialog node ID. This string must conform to the following restrictions:

  • It can contain only Unicode alphanumeric, space, underscore, hyphen, and dot characters.

Optional digress_in

digress_in: string

Whether this top-level dialog node can be digressed into.

Optional digress_out

digress_out: string

Whether this dialog node can be returned to after a digression.

Optional digress_out_slots

digress_out_slots: string

Whether the user can digress to top-level nodes while filling out slots.

Optional disabled

disabled: boolean

For internal use only.

Optional disambiguation_opt_out

disambiguation_opt_out: boolean

Whether the dialog node should be excluded from disambiguation suggestions. Valid only when type=standard or frame.

Optional event_name

event_name: string

How an event_handler node is processed.

Optional metadata

metadata: JsonObject

The metadata for the dialog node.

Optional next_step

The next step to execute following this dialog node.

Optional output

The output of the dialog node. For more information about how to specify dialog node output, see the documentation.

Optional parent

parent: string

The ID of the parent dialog node. This property is omitted if the dialog node has no parent.

Optional previous_sibling

previous_sibling: string

The ID of the previous sibling dialog node. This property is omitted if the dialog node has no previous sibling.

Optional title

title: string

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.

Optional type

type: string

How the dialog node is processed.

Optional updated

updated: string

The timestamp for the most recent update to the object.

Optional user_label

user_label: string

A label that can be displayed externally to describe the purpose of the node to users.

Optional variable

variable: string

The location in the dialog context where output is stored.

Generated using TypeDoc