Ability to send back a variable, in the SSML response, which will convert t the user's first name.
Ability to send back a variable, in the SSML response, which will convert to the user's first name. This allows for the identity to remain hidden to the skill's developer, however, enables the developer to personalize the skill. This can be done for a specific voice profile. If the first name is not available, then it is gracefully ignored. For example:
<speak>@fname, here is your quote of the day.</speak>
would either convert to
"Sebastien, here is your quote of the day"
Or
"here is your quote of the day"
3
votes
