Create multiple flows using if/else logic
Select an intent to modify from the intents page.
Select Add bot action
Select Branch
Only Python code syntax is supported for ranch action.
There is a maximum of 10 conditions the statement.
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 10 hours ago