Let's say a user switches topics in the middle of a flow. Is there a way to have Dialogflow CX route to the new flow (based on the intent recognition), finish that flow, and come back to where we were before?
I know I can set up Route groups, but that's not robust enough.
In theory, I could set up every permutation of every page (i.e. ever intent be included as a route on every single page), but that seems unmanageable.
Am I missing something?