gsdriver / ssml-check-core

Core SDK for ssml-check
MIT License
13 stars 10 forks source link

Add support for amazon:name #7

Closed gsdriver closed 4 years ago

gsdriver commented 4 years ago

Is your feature request related to a problem? Please describe. According to this blog post (https://developer.amazon.com/blogs/alexa/post/1ad16e9b-4f52-4e68-9187-ec2e93faae55/recognize-voices-and-personalize-your-skills) there is now support for a new amazon:name tag on Alexa which will return the user's name.

Describe the solution you'd like This should be supported as a valid tag when platform is set to amazon.

Additional context This tag is not documented in current SSML specs, so will need to be field tested to understand proper usage

gsdriver commented 4 years ago

It looks like this is documented at https://developer.amazon.com/docs/custom-skills/add-personalized-greetings-or-prompts.html#use-the-alexaname-tag-to-say-a-recognized-speakers-name - two required parameters, type and personId.