This tutorial demonstrates how to use the ListManagementClient to interact with the List API to create and get custom lists.
- Amazon Developer Account
- Amazon Web Services Account
- ASK CLI
- The sample code on GitHub.
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
- follow the steps outlined in the Hello World example
- substituting the Model
- add skill code to
./lambda/
.
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"