Hello,
We're trying to use a custom bot to offer users a way to submit simple bug reports from within our app (although this question applies to our other custom bots as well)
We are building the bot using the standard builder but a problem encountered in testing is that users might take 2 or 3 replies to describe a bug, and our bot triggers a response message after only 1 customer reply. If we set the bot to reply after 2 or 3 customer inputs, there's a risk that a customer never gets a reply if they only used 1 message to express their issue, or that a customer who expresses their issue in 4 messages gets a disjointed and clumsy bot reply right in the middle.
Our flow is a prompt to describe the bug, then a user response, then a thank you message from the bot.
How have other users gotten around this? Grateful for any pointers!