yowsapp-framework
yowsapp-framework copied to clipboard
{HELP} How to wait for a second message (For example, to create sub-menu)
I was wondering if anyone was able to create something like this.
The best example i could find was:
User says: I want to buy candy Bot says: What type of candy? A) lollipop B) chocolate C) Gum User says: A Bot says: Great. Lollipop it is!
But if user starts the conversation with "A". Bot doesn't understamd.
In this case, the best we can do is use the bot as a data transporter and have the data processed by a microservice responsible for operating the response functions. However, one could work on it once Yowsapp is stable again