I'm seeing a lot of tutorials and examples on taking date input from the user, but I want Alexa to check the date on its own and if the date matches a certain day, she will have a different set of responses to give the user.
I'm trying to do this in C#, but all of the tutorials I'm finding aren't exactly up to date and I've encountered issues due to that.
Amazon has a section on adding onto built in slots and even gets close to what I was hoping to achieve but they never do it. I have the utterances and all put together, but trying to figure out if I need to figure out node.js to say if it's a certain date that it will say something specific without the user giving up the date.
Thanks for any pointers.