Alexa skill developers can take advantage of functions to prepare effective speech output.
- random-phrase, to generate a random phrase from a list
- say-array, to read a list of items with the word "and" or "or" before the last item
- ssml-audio, to include sound clips and long pauses
- ssml-speechcons, to make Alexa speak with extra emphasis
- slot-value-check, to verify a user included a slot value in their utterance
- dialog-directive-delegate, to explore the new Skill Builder tool.
Back to the [Home Page](../README.md#title)