how about create one single intent and 2 slots. sample utterance will be like this:
“I’d like to order {num_pizza_slot} {pizza_slot} and {num_hotwing_slot} {hotwing_slot}”
each number slot should be AMAZON.Number, so before asking user, you should give some examples like "If you want to order, please say like ‘I would like to order one cheeze pizza and six hot wings’. what would you like to order?’
thanks for the video! I did get the “slot required” and “slot prompts” to work just fine. And I get now how you used {slot_1} and {slot_2} for the purpose of catching several intents. Being able to leverage a pre set Amazon slot type is very helpful. The challenge is when using custom slots (non amazon slots) e.g. you’d need to make an exact copy of your custom slot to be able to capture double intent for the same slot type