Dear All
I’m looking for some views on how to allow users to exit a flow gracefully if they can’t or don’t wan to complete it.
I have a messenger bot with multiple flows attached. Some of those ask questions and expect feedback. These work well if the user can complete it, however what to do if they can’t or don’t want to. Without any handling of this, the user can type anything and get a ‘I did not get that, can you try again?’ response.
Once approach I’ve tried is telling the user they can type ‘Menu’ at any point to end the conversation and return to a main menu. This works well, but it means I’ve got to build in a ‘Menu’ response for any question in flow with is a lot of extra work.
I expect my bot will end up having a lot of flows responding to a large range of queries, so this design element is very important.
I’m keen to see how others have dealt with this challenge and any feedback will be appreciated.
Thanks, Phil