Created
December 4, 2018 22:25
-
-
Save crazyrohila/ffb62a47536fa9e9583f4834b426c809 to your computer and use it in GitHub Desktop.
alexa ssml with polly voices (Lexicons)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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