multiple values to a single slot in single intent /

Published at 2018-10-31 05:09:53

Home / Categories / Intents / multiple values to a single slot in single intent
I am making a simple ordering Skill which takes to slots in Intent. item_name and item_quantity. Its working fine. I am checking the possibility to order multiple items in a single Intent.
Like "I need two ice creams and 3 fanta and 5 pepsi"In this case the item_name and item_quantity must be a list of values. Made the intent like "I need {item_quanity} {item_name } and {item_quanity} {item_name }.
Please assist me in maki
ng this.

Source: amazon.com