Hello,
I have successfully built a skill using .net core and I can connect to it no problems. What I would like to do is have a short introduction voiced by Alexa then have the audio directive start to play a 1 minute audio file and finally, go back to using Alexa's voice and ask the user a question based on what they listened.
I have managed to get the audio file playing but then a couple of strange things happen.
- alexa sends my endpoint a "AudioPlayer.PlaybackNearlyFinished" only a couple of seconds after the audio started, even though the audio file is 1 minute long.
- after the audio finished the session is closed. Is there a way to perserve the session so the skill can continue the interaction with the user ?
Hope it makes sense, thank you for reading.