Module | Maven |
---|---|
ask-sdk | |
ask-sdk-core | |
ask-sdk-lambda-support | |
ask-sdk-servlet-support | |
ask-sdk-dynamodb-persistence-adapter | |
ask-sdk-apache-client |
The SDK works on model classes rather than native Alexa JSON requests and responses. These model classes are generated using the Request, Response JSON schemas from the developer docs. The source code for the model classes can be found here.
This code sample will allow you to hear a response from Alexa when you trigger it. It is a minimal sample to get you familiarized with the Alexa Skills Kit and AWS Lambda.
This is a step-up in functionality from Hello World. It allows you to capture input from your user and demonstrates the use of Slots.
This tutorial will guide you in building a fully-featured skill. The skill features Built-In and Custom slots, as well as state management. The skill you build with this tutorial can be customized to build your own game.
This tutorial will demonstrate how to write skills for Echo Show and Echo Spot in Java using the Alexa Skills Kit (ASK) SDK v2.
To discover frameworks built on top of the ASK SDK for Java, see https://github.com/alexa-labs/ask-sdk-frameworks-java.
The available public beta version of the ASK SDK v2 for Java may contain one or more Alexa features that are currently in public beta and not included in the production SDK version.
Alexa Skills Kit SDK for NodeJS
Alexa Skills Kit SDK for Python
Request and vote for Alexa features here!