Back to All

Fallback After Delay

I would like to implement a timer system in a quiz for example.
If the user doesn't choose an option in 10s (1000ms), then the bot would get to another interaction.
I know there's the delay options, as well as the fallback one.
How to combine them for my purpose?

Thank you