I am trying to build an Alexa skill with the serverless framework for AWS. https://serverless.com
Does anyone know how to turn on the Alexa "Audio Player" interface from the serverless.yml file?
I can currently add intents but I can't find any documentation on how to add the "Audio Player" interface.
If I turn on the "Audio Player" interface from the Alexa console, when I deploy my serverless code, it turns it off.
Any help would be appreciated! Thanks