Hi! I have a workflow for a WhatsApp bot, but I don’t really like that it responds to every message. How can I make it so that if the user asks two questions with just one piece of information (for example, user: hello user: I want to reserve a table) it only responds once to the whole set, not once to the first message and once to the second?
Hey @teo_dc
What logic would you like the bot to use to know that the user has finished providing input so that it can start replying?
It would be nice if after specific messages like: hello, good morning, how are you… you would wait 10 seconds to see if you receive another message.
This would solve 70% of cases.
Dear @teo_dc , I am very happy to help.
Following can be the solution for this problem.
Before the actual, AI agent which is replaying the message of the user, you can also add one more AI agent.
This new ai agent is responsible for deciding whether to answer the question or not.
But still everything come down on a simple but most important question.
On what logic should AI agent decide whether to answer the question or not.
So, as per you what is that logic, that you are thinking of…???
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.