I have linked my bot to the whatsapp integration. My customers usually type their messages in multiple different messages, and the bot replies to each of them separately.
I want to first add a delay, get the transcript till the last message, and only reply once.
For eg
User: I want to
User: Return
User: My order.
30sec delay --
Bot: I'd be happy to help you with returning your order
This is the only thing that is stopping me from building an all perfect bot.