If/Else Router
Last updated
Was this helpful?
Last updated
Was this helpful?
The If/Else Router node enables your flow to branch based on different conditions. You can string together multiple conditions to handle various scenarios, with each condition creating a new path in the conversation.
Select condition type (Signal, Language, or other available types)
Configure the value to check for that condition
Combine multiple conditions using "+ Add condition" (by If or And operator)
Create specific cases for each scenario
Set up an "Else" path for when no conditions match
Example:
Check conversation state signals (start, interrupt, end)
Route based on user's language
Handle different user inputs
Process system events
Manage conversation flow based on multiple conditions