Branch

Create multiple flows using if/else logic

  1. Select an intent to modify from the intents page.

  2. Select Add bot action

  3. Select Branch

onfiguration

circle-info

Only Python code syntax is supported for ranch action.

circle-info

There is a maximum of 10 conditions the statement.

Using variables

Chatbot Variables) in the branch condition without the curly bracket delimiter.

If you use a variable from a Survey block please use:

  • variable.text - to represent the string value

  • variable.norm.value - to represent an integer or float value (only if the Type is set as Number)

If you use a variable from a Modify Variable bot action, just directly define the variable in the condition field.

Last updated