I have skill with an Invocation like this: "Alexa, ask SuperDuperEvent". But I want to be able to do this: "Alexa, ask SuperDuperEvent location". Where location is going to be a city.
Because my Skill is heavily location based I need to know the location that is requested before anything else happens. Is this possible?
Is it possible to start the skill with a location, too? Like so: "Alexa, start SuperDuperEvent location".
Is this at all possible with creating a new skill for every location? I want to avoid using this type of dialog:
User: "Alexa, start SuperDuperEvent"
Alexa: "What location do you want to know about?"
User: "Brussels"
Alexa: "What do you want to know about the SuperDuperEvent in Brussels?"
This is probably the way to go, but it does not feel fluid or engaging.
Cheers