I am currently creating a skill, that requires setup.
If the user starts the skill for the first time or the skill is not setup yet, the conversation should look like this:
You: Alexa, open <myskill>
Alexa: Hello, you haven't setup <myskill> yet, ... location or sensor id?
Possibility A:
You: Location
Alexa: What's your location?
You: Berlin
Alexa: Done, ...
Possibility B:
You: Sensor ID
Alexa: What's your sensor id?
You: 1234
Alexa: Done, ...
How can I realize something like this? Do I need different intents? What slots do I need?