Alexa Skill Building Cookbook
** The Alexa Cookbook has been archived **
The Alexa Cookbook has been broken up into individual recipes to make code samples easier to search, discover, and implement. These samples, along with many others, can now be found at https://github.com/alexa-samples.
Welcome!
These folders contain short code samples that show you how to add features to an Alexa skill Let's assume we are a chef, with an idea for a fancy new recipe The recipe will require one or more ingredients to be combined to create the finished product Alexa skills follow the same model. Basic ingredients can be added together to create a robust skill. This Cookbook is a desk reference for other Alexa skill design materials.
Table of Contents
- feature-demos are demos focused on demonstrating a specific feature
- guides contains supplemental guides to address specific use cases
- tools contains utilities and tools which help…