Define the Else section

The Else section defines what the chatbot should do when none of the logic tabs' conditions match. The chatbot checks each tab in turn from left to right, and if it can't find any tab where the conditions match, it follows the instructions in the Else section.

There is only one Else section, no matter how many tabs your logic contains.

The Else section contains:

  • Actions the chatbot should perform, such as setting a variable value or scheduling a notification.
  • The script to run or the passage the chatbot should direct the conversation to.

To define the Else section:

  1. Scroll to the bottom of any tab in the logic.
    The Else section is visible no matter which tab is open.
  2. If you want to perform actions when none of the tabs match, click Actions and configure them.
    Actions you define here are performed after any actions added via the logic menu button, but before the logic runs the script or directs the flow to the selected passage.
  3. Select either Start Passage or Run Script.
  4. Select the passage or script to run.
  5. Click Save.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.