Skip to content

Latest commit

 

History

History

handling-responses

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Alexa Skill Building Cookbook

Handling Responses


Intro

Alexa skill developers can take advantage of functions to prepare effective speech output.

Table of Contents

  • 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

Back to the [Home Page](../README.md#title)