Hi there: I am building a vocie bot , i want to konw the best way to deal with silence in the conversation. Silence can’t be a specific intent by defination, so my questions as following:
how to detect user’s silence in conversation?
when user’s slience is detected, how to trigger my utter_action?
It’s best to do this in your front end (widget or mobile app).
when user’s slience is detected, how to trigger my utter_action?
Silence isn’t detected. Rasa isn’t actively tracking the time since a last utternace was made.
You could write a separate app that monitors the tracker store or reads the event queue and your app could keep silence timers but it would be better for your front end UI to do this.