Skip to content

panw/alexa-list-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create and Get Custom Lists with the ListManagementClient

This tutorial demonstrates how to use the ListManagementClient to interact with the List API to create and get custom lists.

What You Will Need

Setting Up the Demo

This folder contains the (1) interaction model, (2) APL document and (3) skill code. It is structured to make it easy to deploy if you have the ASK CLI already setup.

If you would like to use the Developer Portal, you can

  1. follow the steps outlined in the Hello World example
  2. substituting the Model
  3. add skill code to ./lambda/.

Running the Demo

You: "Alexa, open custom list demo."

Alexa: "Welcome to the custom list demo. This demo demonstrates creating a custom list and getting custom lists you've created. You can create a list by saying, create a custom list name and the name or you can get lists you created by saying, what are my custom lists."

You:

  • "Create a custom list name {list_name}"
  • "What are my custom lists"

Releases

No releases published

Packages

No packages published