The cookbook contains a number of individual code samples that show you how to add a new features to an Alexa skill. There are broad feature categories outlined below, each with a set of features you can review and add.
First time here? Start with the intro steps below.
- Hello World
- Dev Tools
- External Calls
- Conversational Responses
- Gathering Data
- Session Management
- VUI Design Patterns
- Persistence
- Analytics
The lessons assume you have built a skill with the Alexa Skills Kit .
If you are new to Alexa, please click either link below and follow the instructions to create the Fact Skill.
- blog bit.ly/alexafact
- video bit.ly/alexafactvid
Required:
- Accounts on aws.amazon.com and developer.amazon.com (create if necessary)
Recommended:
- Some experience with Javascript or Python programming.
- Have Node.JS on your laptop and become familiar with NPM, the Node Package Manager.
- Have GIT on your laptop.
- Review the alexa-sdk documentation.
Review the Table of Contents above, and dive in to learn how to add features to your Alexa skills.