The ASK SDK for Python (Beta) makes it easier for you to build highly engaging skills, by allowing you to spend more time on implementing features and less on writing boiler-plate code.
Package | Version |
ask-sdk-core | |
ask-sdk-dynamodb-persistence-adapter | |
ask-sdk |
To help you get started more quickly with the SDK, see the following resources.
Language | Docs |
---|---|
English | |
日本語 |
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. It also demonstrates use of session attributes and request, response interceptors.
Template for a basic high-low game skill. When the user guesses a number, Alexa tells the user whether the number she has in mind is higher or lower.
Sample skill that shows how to request and access the configured address in the user’s device settings.
- We would like to hear about your bugs, feature requests, questions or quick feedback. Please search for existing issues before opening a new one. It would also be helpful if you follow the templates for issue and pull request creation. Please follow the contributing guidelines for pull requests!!
- Request and vote for Alexa features!
- Amazon Developer Forums : Join the conversation!
- Hackster.io - See what others are building with Alexa.
- Voice Design Guide - A great resource for learning conversational and voice user interface design.