I'm new to Alexa development. I created an Alexa skill hooking up to an AWS lambda function that uses Nodejs.
My goal for this skill is to find out what the album of the day is based on a feed I have (done) and read a blurb about it (done) and play the album.
My simple intents that get data and read it aloud are working. But I can't figure out how make the "play" intent work.
If the album of the day is "Witness by Katy Perry", I want the user to say "alexa, ask (myskill) to play the album of the day" and it would respond with "Playing Witness by Katy Perry" and begin playing that album.
Is this possible??
Thank you!