Prompt

The prompt node type is a special kind of ask. Where a normal ask continues the flow after a satisfied answer is given, the prompt will always return after satisfying the answer.

This can best be illustrated by the following example:

This will result in a conversation that returns to the prompt after having provided the answer corresponding to one of the two choices, this time using the "Try again" question instead.

For the rest this node type works exactly the same as the ask: choice.

Last updated