//TheLab/Experiments/Alexa/intents.json{ "intents": [ { "intent": "GetBedTime", "slots": [ { "name": "Name", "type": "LIST_OF_NAMES" } ] } ] } //TheLab/Experiments/Alexa/custom-slot-types.txtLIST_OF_NAMES ALex,Sephy,Theo //TheLab/Experiments/Alexa/sample-utterances.txtGetBedTime is it bedtime for {Name} GetBedTime who is {Name}