Say with Fallbacks
What's a Say With Fallbacks Block?
A Say With Fallbacks Block allows you to define fallback answers to a specific question. It delivers the first backup responses on the list and returns to the user when user input is required.
In essence, If something doesn't work, this block will handle it in a different manner. Consider it a backup block.

What are the different use cases?
The fallback interaction is activated if your chatbot is unable to recognize the user's message. Backup responses will be used if the bot is unable to find an answer, rather than repeating the same response over and over.
There is no limit to the number of fallbacks you can have!
❌ Don't do this | ✅ Do this |
---|---|
Bot: “Please say your PIN code.” Human: “123” Bot: “Please say your PIN code.” Human: “1234” Bot: “Please say your PIN code.” | Bot: “Please say your PIN code.” Human: “123” Bot: “Your PIN code should have 4 digits. Please try again.” Human: “1234” Bot: “The PIN code you provided is not correct. Please try again.” |
Say with Fallbacks setup

Say with Fallbacks outputs

Updated about 1 year ago