Handle user interruptions in Bot Framework using Form Flow

140 Views Asked by At

Can I handle user interruption in flormflow on certain question and them put user back to form to continue ?

1

There are 1 best solutions below

0
Helge Rene Urholm On

You may check out this: https://github.com/tompaana/intermediator-bot-sample

Mind the PRs for this project, if you need newer versions of everything. If using the newest versions you will need to build some nuget packages yourself: https://github.com/tompaana/bot-message-routing

And this last one also have PRs for latest versions of everything.

Yes, its a bit of a puzzle ;-), but you will be fine testing this out if not needing newest versions of everything.