Hi there, I was wondering if there was any way to allow a choice question to also accept (and pass along to my webhook) a user answer that doesn’t match one of the choices?
The practical use case is that I’m trying to add a “human takeover” to my webhook-based web-based bot, so it would be great if someone could answer “speak to a human” or something similar (I’ll pass this through NLP to get an idea of user intent) in response to any question, even if that isn’t one of the specified choice options on that question. In a broader sense, it would also mean that if someone doesn’t click the button, but answers something that is similar to one of the choices, that my backend could do the work in deciding what the user meant, rather than rigidly sticking to the choices provided. As far as I can tell, my webhook never receives any answers that don’t match the choice buttons, so I assume FlowXO does that checking and won’t pass on any non-matching responses?
Thanks for any tips or feedback, if there was any way that this could be achieved, it would be super helpful in what I’m trying to do!
Mario.