I am pretty new to Dialogflow, and I am building this food ordering chatbot.
The users can say
I want a chicken burrito.
or
I want two chicken burrito, one beef burger, two coca-cola, one french fries.
but the problem I am facing now is that Dialogflow can only match up to three items, e.g. I want two chicken burrito, one beef burger, two coca-cola
. The recognition will just fail completely if there are more than three items to be matched in one sentence.
Any help would be much appreciated!