@cold-jewelry-54343 There is an edge case that you might be interested in knowing and id love if you have some way to achieve this:
I want to collect feedback after a set duration of inactivity. Initially i decided to collect it inside the timeout flow, but the problem is that if you ask for user input in the timeout flow and the user does not respond after a unknown duration ( i do not know what duration timeout workflow follows for timeout), it will end the session, but never entering the "Conversation End" flow, even though it is connected to the end node. So the user never knows their session has ended and they might try to give feedback when all it would do is wake the bot up. What is the best way to collect feedback after a set duration of inactivity?