I am facing a difficulty with Botpress. The event.preview event cannot capture all the messages that a person sends in a row before entering a response card.
Generally, I use the code card to insert a delay, allowing the user to send several messages in a row to finish their train of thought. However, the bot processes each message individually, without waiting for the user to finish typing them all.
I would like the bot to be able to wait until the user has completed all their messages before responding with a card, to improve the conversation flow.