I am relatively new to Rasa. I am trying to figure out how to implement the use case that chatbot can initiate a conversation when it detects user idle time is longer than X minutes?
This is also an issue that I’m looking at solving.
For the reminders with kill_on_user_message, how would we create that reminder on every message that the user sends? Is there an action we can hijack?
It would be preferable for us to be able to handle this using something that already exists, like reminders, rather than introducing a dependancy on something like Redis to handle this in the channel implementation.
For future refernces. As to some action that can be hijacked @rudi combination of action_session_restart and session_expiration_time could help probably.
Docs: Default Actions