Hello there. Im trying to implement a feature where the bot notifies the user if he/she hasn’t typed anything for a long time. Something like: “Hey, are you still there?”. I’ve tried using reminders, but they have to be set by the user or activated from an external source (perhaps you could use django?). I’ve also tried to overwrite the default action “action_listen” so it sends the user a message if the bot is listening for too long without any input coming from the user. But that hasn’t really worked out.
Is there a way to implement this feature?