For example:
I've developed an app to home automation, and in this app, the end user can create custom scenarios with names we can't have a default. How can I do for the user launch the scenario with Alexa? Because the LITERAL type will be deprecated and I need to use a custom Slot.
How can I solve this problem?
In my custom slot I have for example:
Master On | Master Off | Tilt ...
If I speak "Good Morning" for example, the skill will return the scenario is not found.
I don't know if i'm clear, if not I can explain better.