Newbie question I couldn’t figure out through searching the forum…
I’d like to handle this scenario on invocation:
Alexa, ask (skill name) (request)
where there are multiple requests supported.
It’s clear to this newbie how to handle opening a skill (you’ve made that easy!). But it’s not clear how to code for a selected number of requests.
Does the request show up in a variable, available for inspection in the Home flow? Or after they intents or commands that are handled at the start of the Home flow?
Thank you!