I have a requirement where I want to accept a list of 2 attributes from API.AI, for example, the user can say any of the following:
add 2 oranges and 3 bananas 2 my cart
add 2 oranges 3 bananas and 5 apples to my cart
So it should send a list of the combination of count and fruit-name to my application. Any suggestions?




