Hi, I'm learning to build skills and after doing the Cake Time modules, I am trying to go further.
Here is what I a mtrying to do :
When we open the skill, Alexa ask the name of the user and check if it is already in the database.
If it is, she either says "Happy Birthday" or "Birthday is in ... days".
If not, she asks the questions to get the informations and then say "Happy Birthday" or "Birthday is in ... days".
I am not sure if I should add a new CaptureNameIntent or i I add the name as a slot in the CaptureBirthdayIntent...
I don't know how to check if a name is in the data...