Skip to content

Instantly share code, notes, and snippets.

@crazyrohila
Created December 4, 2018 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazyrohila/ffb62a47536fa9e9583f4834b426c809 to your computer and use it in GitHub Desktop.
Save crazyrohila/ffb62a47536fa9e9583f4834b426c809 to your computer and use it in GitHub Desktop.
alexa ssml with polly voices (Lexicons)
{
"version": "1.0",
"response": {
"outputSpeech": {
"type": "SSML",
"ssml": "<speak>
Well, you can rent a car with my assistant. This is how you can do so:
<voice name='Brian'>Alexa, launch my assistant<voice>
<voice name='Amy'>Hi, welcome to my assistant. How can I help you<voice>
<voice name='Brian'>Rent a car<voice>
<voice name='Amy'>Sure, How many days you want to rent it for<voice>
<voice name='Brian'>Today only<voice>
<voice name='Amy'>Great! In a bit rental service will call you and get it delivered to you.<voice>
</speak>"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment