Hi, is it possible to stop and resume the conversation automatically after a few minutes? I used ReminderScheduler after pausing the conversation to try to resume the conversation after a few minutes but I could not achieve it.
Hey @brupadiro. Yes, you should be able to implement that using the events ConversationPaused
and ConversationResumed
. You can read more about them here.
.