I'm in an adaptive dialog in bot framework.
The "conversational architecture" looks like this:
[ROOT DIALOG] -> [CHILD1 DIALOG]
[ROOT DIALOG] -> [CHILD2 DIALOG] ... [further dialogs]
I'm finished with the data capture I was doing in [CHILD1 DIALOG] and I would like the user to "jump" straight into [CHILD2 DIALOG] without having to manually do so via [ROOT DIALOG].
How would one do that in bot framework?