Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 543 Bytes

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)