How long does it take for the google assistant agent to timeout and end/leave the conversation?
I configured a chat bot with actions-on-google
where
I expected the app to exit
the conversation after a certain duration, which then start a new session.
The session stays alive for 10 minutes. So, if you resume conversation within 10 minutes then it will continue in the same session.
As per my testing on Google Assistant and Simulator, if the conversation is paused for more than 10 minutes then the conversation ends and app exits.