eric-smithson / alexa-skills-kit-sdk-for-python

The Alexa Skills Kit SDK for Python (Beta) helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.

Home Page:https://developer.amazon.com/alexa-skills-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASK SDK for Python (Beta)

English | 日本語

Build Status Read the docs License

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 Version
ask-sdk-dynamodb-persistence-adapter Version
ask-sdk Version

To help you get started more quickly with the SDK, see the following resources.

Technical Documentation

Language Docs
English Read the docs english
日本語 Read the docs japanese

Samples

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.

Got Feedback?

  • 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!

Additional Resources

Community

Tutorials & Guides

  • Voice Design Guide - A great resource for learning conversational and voice user interface design.

About

The Alexa Skills Kit SDK for Python (Beta) helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.

https://developer.amazon.com/alexa-skills-kit

License:Apache License 2.0


Languages

Language:Python 100.0%