Git Product home page Git Product logo

edisplay / alexa-skills-kit-sdk-for-python Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexa/alexa-skills-kit-sdk-for-python

0.0 2.0 0.0 656 KB

The Alexa Skills Kit SDK for Python 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

License: Apache License 2.0

Python 100.00%

alexa-skills-kit-sdk-for-python's Introduction


Alexa Skills Kit SDK for Python

English | 日本語

The ASK SDK for Python 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.

The ASK SMAPI SDK for Python provides developers a library for easily interacting with all Skill Management APIs (SMAPI), including interaction model, intent request history, and in-skill purchasing APIs.

Package Versions

Package Version
ask-sdk-runtime Version Downloads
ask-sdk-core Version Downloads
ask-sdk-dynamodb-persistence-adapter Version Downloads
ask-sdk Version Downloads
ask-sdk-local-debug Version Downloads
ask-sdk-webservice-support Version Downloads
flask-ask-sdk Version Downloads
django-ask-sdk Version Downloads
ask-sdk-jinja-renderer Version Downloads
ask-smapi-sdk Version Downloads

Technical Documentation

ASK SDK

ASK SMAPI SDK

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 documentation for the model classes can be found here.

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 sample shows how to create a skill using the Request Handler classes. For more information, check the Request Processing documentation.

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 sample shows how to create a skill using the Request Handler Decorators. For more information, check the Request Processing documentation.

This is a step-up in functionality from Hello World. When the user provides their favorite color, Alexa remembers it and tells the user their favorite color.

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 fact skill. You’ll provide a list of interesting facts about a topic, Alexa will select a fact at random and tell it to the user when the skill is invoked.

Demonstrates use of multiple locales and internationalization in the skill.

Template for a basic quiz game skill. Alexa quizzes the user with facts from a list you provide.

Demonstrates use of render template directives to support displays on Alexa-enabled devices with a screen.

Sample skill that shows how to request and access the configured address in the user’s device settings.

Demonstrates how to use the alexa APIs using the SDK. For more information, check the documentation on Alexa Service Clients

Sample fact skill with in-skill purchase features, by offering different packs of facts behind a purchase, and a subscription to unlock all of the packs at once.

Demonstrates calling monetization alexa service and using ASK CLI to enable in-skill purchasing.

Template for a local recommendations skill. Alexa uses the data that you provide to offer recommendations according to the user's stated preferences.

Demonstrates calling external APIs from the skill.

Sample skill that matches the user with a pet. Alexa prompts the user for the information it needs to determine a match. Once all of the required information is collected, the skill sends the data to an external web service that processes the data and returns the match.

Demonstrates how to prompt and parse multiple values from customers using Dialog Management and Entity Resolution.

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.

Demonstrates use of persistence attributes and the persistence adapter in the SDK.

Project that demonstrates how to use AudioPlayer interface and PlaybackController interface for building audioplayer skills in Alexa. The SingleStream skill sample demonstrates how to create a live radio skill, along with localization support. The MultiStream skill sample demonstrates how to create a basic podcast skill that can play multiple, pre-recorded audio streams.

This sample demonstrates 3 features of APL: the Pager Component, SpeakItem Command, and accessing device characteristics in the skill code.

Alexa Capabilities supported by SDK

Preview

Hosting Skills on Non-Lambda Resources

SDK provides ask-sdk-webservice-support package, that allows hosting skills as custom web services. It also provides framework specific adapters under flask-ask-sdk and django-ask-sdk packages, to integrate skills on the respective frameworks and deploy as web service.

More information on how to use these packages can be found on this documentation link.

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! Remember to select the category as ASK SDK if your feature request is specific to SDK.

Additional Resources

Other Language Alexa Skills Kit SDKs

Community

Tutorials & Guides

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

alexa-skills-kit-sdk-for-python's People

Contributors

ask-sdk avatar cargiggles avatar doiron avatar doncicuto avatar exilit avatar hyandell avatar jcgrant avatar joshbean avatar memodoring avatar mhaddy avatar milancermak avatar nikhilym avatar pbheemag avatar priyakotwal avatar sattpat avatar schnorea avatar shreraju-amzn avatar shreyas-vgr avatar teamteatime avatar timothyaaron avatar tylercarberry avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.