The Control Dialog action controls the behavior of the Dialog Flow component. It can be used to start and stop dialogs, as well as control the flow of the conversation.

Target object

The Dialog Flow object to control.

Action

The action to perform. Supported actions are:

  • Select Choice - Tell the dialog that the user has selected a choice.
  • Jump to Label - Force the dialog to jump to the named block.
  • Start Dialog - Start the conversation from the top of the Script file.
  • Pause Dialog - Pause dialog execution.

Choice

The choice value that was selected. The first choice is 0. When a dialog flow sequence reaches a choice point, it will pause execution until this action tells it that one of the choices was selected.

Label

The name of the label to jump to.