Questions tagged [alexa-interaction-model]

2 questions
0
votes
1 answer

How to pass list of value to an alexa slot in an intent

I want to define an order intent something like "I want two pencil,one notebook, four cardbox". In alexa build model it looks something like the following I want {itemQuantity}{itemList} here {itemQuantity} is defined as Amazon.number and …
0
votes
1 answer

How to tell Alexa to jump to a specific intent from LaunchRequest based on user input

I am quite new in Alexa development so please excuse my ignorance. The Alexa skill I am developing requires the following: Users will awake the skill along with a question, e.g. Alexa, ask marketing platform about result of last campaign I am…