Home
Softono
a

alexa

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by alexa

alexa-skills-kit-sdk-for-java
Open Source

alexa-skills-kit-sdk-for-java

<p align="center"> <img src="https://m.media-amazon.com/images/G/01/mobile-apps/dex/avs/docs/ux/branding/mark1._TTH_.png"> <br/> <h1 align="center">Alexa Skills Kit SDK for Java</h1> <p align="center"><a href="https://travis-ci.org/alexa/alexa-skills-kit-sdk-for-java"><img src="https://travis-ci.org/alexa/alexa-skills-kit-sdk-for-java.png?branch=2.0.x"></a></p> </p> The ASK SDK for Java 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. <br/><br/> <p align='center'> <a href='https://developer.amazon.com/docs/alexa-skills-kit-sdk-for-java/set-up-the-sdk.html'><img src='https://camo.githubusercontent.com/db9b9ce26327ad3bac57ec4daf0961a382d75790/68747470733a2f2f6d2e6d656469612d616d617a6f6e2e636f6d2f696d616765732f472f30312f6d6f62696c652d617070732f6465782f616c6578612f616c6578612d736b696c6c732d6b69742f7475746f7269616c732f67656e6572616c2f627574746f6e732f627574746f6e5f6765745f737461727465642e5f5454485f2e706e67'></a> </p> ## Package Versions | Module | Maven | | ------------- | ------------- | |[ask-sdk](./ask-sdk)| [![Maven Central](https://img.shields.io/maven-central/v/com.amazon.alexa/ask-sdk/2.svg)](http://mvnrepository.com/artifact/com.amazon.alexa/ask-sdk)| |[ask-sdk-core](./ask-sdk-core)| [![Maven Central](https://img.shields.io/maven-central/v/com.amazon.alexa/ask-sdk-core/2.svg)](http://mvnrepository.com/artifact/com.amazon.alexa/ask-sdk-core)| |[ask-sdk-lambda-support](./ask-sdk-lambda-support)| [![Maven Central](https://img.shields.io/maven-central/v/com.amazon.alexa/ask-sdk-lambda-support/2.svg)](http://mvnrepository.com/artifact/com.amazon.alexa/ask-sdk-lambda-support)| |[ask-sdk-servlet-support](./ask-sdk-servlet-support)| [![Maven Central](https://img.shields.io/maven-central/v/com.amazon.alexa/ask-sdk-servlet-support/2.svg)](http://mvnrepository.com/artifact/com.amazon.alexa/ask-sdk-servlet-support)| |[ask-sdk-dynamodb-persistence-adapter](./ask-sdk-dynamodb-persistence-adapter)| [![Maven Central](https://img.shields.io/maven-central/v/com.amazon.alexa/ask-sdk-dynamodb-persistence-adapter/2.svg)](http://mvnrepository.com/artifact/com.amazon.alexa/ask-sdk-dynamodb-persistence-adapter)| |[ask-sdk-apache-client](./ask-sdk-apache-client)| [![Maven Central](https://img.shields.io/maven-central/v/com.amazon.alexa/ask-sdk-apache-client/2.svg)](http://mvnrepository.com/artifact/com.amazon.alexa/ask-sdk-apache-client)| |[ask-sdk-freemarker](./ask-sdk-freemarker)| [![Maven Central](https://img.shields.io/maven-central/v/com.amazon.alexa/ask-sdk-freemarker/2.svg)](http://mvnrepository.com/artifact/com.amazon.alexa/ask-sdk-freemarker)| |[ask-sdk-runtime](./ask-sdk-runtime)| [![Maven Central](https://img.shields.io/maven-central/v/com.amazon.alexa/ask-sdk-runtime/2.svg)](http://mvnrepository.com/artifact/com.amazon.alexa/ask-sdk-runtime)| ## Alexa Features Supported by SDK - [Amazon Pay](https://developer.amazon.com/docs/amazon-pay/integrate-skill-with-amazon-pay.html) - [Audio Player](https://developer.amazon.com/docs/custom-skills/audioplayer-interface-reference.html) - [Display – Body templates for devices with a screen](https://developer.amazon.com/docs/custom-skills/create-skills-for-alexa-enabled-devices-with-a-screen.html) - [Gadgets/Game Engine/Echo Buttons](https://developer.amazon.com/docs/custom-skills/game-engine-interface-reference.html) - [Directive Service (Progressive Response)](https://developer.amazon.com/docs/custom-skills/send-the-user-a-progressive-response.html) - [Messaging](https://developer.amazon.com/docs/smapi/send-a-message-request-to-a-skill.html) - [Monetization](https://developer.amazon.com/alexa-skills-kit/make-money) - [Video](https://developer.amazon.com/docs/custom-skills/videoapp-interface-reference.html) - [Device Address](https://developer.amazon.com/docs/custom-skills/device-address-api.html) - [Lists](https://developer.amazon.com/docs/custom-skills/access-the-alexa-shopping-and-to-do-lists.html#alexa-lists-access) - [Request for customer contact information](https://developer.amazon.com/docs/alexa/custom-skills/request-customer-contact-information-for-use-in-your-skill.html) - [Obtain customer settings information](https://developer.amazon.com/docs/smapi/alexa-settings-api-reference.html) - [Account Linking](https://developer.amazon.com/docs/account-linking/understand-account-linking.html) - [Entity Resolution](https://developer.amazon.com/docs/custom-skills/define-synonyms-and-ids-for-slot-type-values-entity-resolution.html) - [Dialog Management](https://developer.amazon.com/docs/custom-skills/dialog-interface-reference.html) - [Reminders](https://developer.amazon.com/docs/smapi/alexa-reminders-overview.html) ### Preview Features The following features are released as public preview. The interfaces might change in future releases. - [Connections](https://developer.amazon.com/blogs/alexa/post/7b332b32-893e-4cad-be07-a5877efcbbb4/skill-connections-preview-now-skills-can-work-together-to-help-customers-get-more-done) - [Alexa Presentation Language](https://developer.amazon.com/docs/alexa-presentation-language/apl-overview.html) - [Name-free Interactions](https://developer.amazon.com/docs/custom-skills/understand-name-free-interaction-for-custom-skills.html) ## Technical Documentation - [English](https://developer.amazon.com/docs/alexa-skills-kit-sdk-for-java/overview.html) - [日本語](https://alexa-skills-kit-sdk-for-java.readthedocs.io/ja/latest) ## Models 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](https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html). The source code for the model classes can be found [here](https://github.com/alexa/alexa-apis-for-java). ## SDK Setup The SDK uses `slf4j-api`. You need to provide your own logging binding. See: http://www.slf4j.org/manual.html#swapping ## Samples ### [Hello World](https://github.com/alexa/alexa-skills-kit-sdk-for-java/tree/2.0.x/samples/helloworld) 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. ### [Color Picker](https://github.com/alexa/alexa-skills-kit-sdk-for-java/tree/2.0.x/samples/colorpicker) 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. ### [How To](https://github.com/alexa/skill-sample-java-how-to) This sample will walk first-time Alexa skill developers through all the required steps involved in creating a parameter-based skill using a template called ‘Minecraft Helper’. Ask how to craft an item in the game Minecraft, and this skill will give you instructions. The skill showcases: - Custom slot type: demonstrates using custom slot types to handle a finite set of known values - Dialog and Session state: Handles two models, both a one-shot ask and tell model, and a multi-turn dialog model. - Usage of ResourceBundle to handle internalization ### [City Guide](https://github.com/alexa/skill-sample-java-city-guide) Template for a local recommendations skill. Alexa uses the data that you provide to offer recommendations according to the user stated preferences. This Skill showcases: - Custom slot type: demonstrates using custom slot types to handle a finite set of known values - Dialog and Session state: Handles two models, both a one-shot ask and tell model, and a multi-turn dialog model. - Usage of ResourceBundle to handle internalization - Calling external APIs from the skill. ### [Movie Quotes](https://github.com/alexa/skill-sample-java-movie-quotes-quiz) This Alexa sample skill is a basic Movie Quotes Quiz skill that makes use of Template Resolver feature of the Java SDK. A user can open up the skill, select a movie from a list, and then hear partial quotes from the selected movie. Then, they have to complete the quote. ### [Pet Match](https://github.com/alexa/skill-sample-java-pet-match) Pet Match matches the user with a pet. When launched, this Alexa Skill will prompt the user for the information it needs to determine a match. Once all of the required information is collected, it will send the data to an external web service which processes the data and returns the match. Through this workshop, you will learn how to use advanced Alexa Skills Kit features to create and configure an Alexa Skill and AWS Lambda. The skill showcases the usage of Request and Response interceptors. ## Tutorials ### [States Quiz](https://github.com/alexa/skill-sample-java-quiz-game) 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. ### [Airplane Facts](https://github.com/alexa/skill-sample-java-fact) This tutorial will demonstrate how to write skills for Echo Show and Echo Spot in Java using the Alexa Skills Kit (ASK) SDK v2. ### [Pager Karaoke](https://github.com/alexa-labs/skill-sample-java-pager-karaoke) This tutorial demonstrates 3 features of APL: the [Pager Component](https://developer.amazon.com/docs/alexa-presentation-language/apl-pager.html), [SpeakItem Command](https://developer.amazon.com/docs/alexa-presentation-language/apl-commands-components.html), and accessing [device characteristics](https://developer.amazon.com/docs/alexa-presentation-language/apl-viewport-characteristics.html) in the skill code. ## Other Language Alexa Skills Kit SDKs <a href="https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs"><img src="https://github.com/konpa/devicon/blob/master/icons/nodejs/nodejs-original.svg?sanitize=true" width="25px" /> Alexa Skills Kit SDK for NodeJS</a> <a href="https://github.com/alexa/alexa-skills-kit-sdk-for-python"><img src="https://github.com/konpa/devicon/blob/master/icons/python/python-original.svg?sanitize=true" width="25px" /> Alexa Skills Kit SDK for Python</a> ## Got Feedback? Request and vote for Alexa features [here](https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote/filters/top?category_id=322783)!

IoT & Embedded LLM Tools & Chat UIs
828 Github Stars
alexa-skills-kit-sdk-for-python
Open Source

alexa-skills-kit-sdk-for-python

.. raw:: html <embed> <p align="center"> <img src="https://m.media-amazon.com/images/G/01/mobile-apps/dex/avs/docs/ux/branding/mark1._TTH_.png"> <br/> <h1 align="center">Alexa Skills Kit SDK for Python</h1> <p align="center"> <a href="https://github.com/alexa/alexa-skills-kit-sdk-for-python/actions?query=workflow%3A%22Tox+tests+on+SDK+packages%22"><img src="https://github.com/alexa/alexa-skills-kit-sdk-for-python/workflows/Tox%20tests%20on%20SDK%20packages/badge.svg?style=flat"></a> <a href="https://github.com/alexa/alexa-skills-kit-sdk-for-python/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://pypi.python.org/pypi/ask-sdk/"><img src="http://img.shields.io/pypi/v/ask-sdk.svg?style=flat"></a> <a href="https://pypi.org/project/ask-sdk-core/"><img src="https://pepy.tech/badge/ask-sdk-core"></a> <a href="https://pypi.python.org/pypi/ask-sdk/"><img src="https://img.shields.io/pypi/pyversions/ask-sdk.svg?style=flat"></a> </p> </p> </embed> `English <README.rst>`_ | `日本語 <README.ja.rst>`_ 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. .. |Build Status| image:: https://github.com/alexa/alexa-skills-kit-sdk-for-python/workflows/Tox%20tests%20on%20SDK%20packages/badge.svg?style=flat :target: https://github.com/alexa/alexa-skills-kit-sdk-for-python/actions?query=workflow%3A%22Tox+tests+on+SDK+packages%22 :alt: Build Status .. |Runtime Version| image:: http://img.shields.io/pypi/v/ask-sdk-runtime.svg?style=flat :target: https://pypi.python.org/pypi/ask-sdk-runtime/ :alt: Version .. |Runtime Downloads| image:: https://pepy.tech/badge/ask-sdk-runtime :target: https://pepy.tech/project/ask-sdk-runtime :alt: Downloads .. |Core Version| image:: http://img.shields.io/pypi/v/ask-sdk-core.svg?style=flat :target: https://pypi.python.org/pypi/ask-sdk-core/ :alt: Version .. |Core Downloads| image:: https://pepy.tech/badge/ask-sdk-core :target: https://pepy.tech/project/ask-sdk-core :alt: Downloads .. |DynamoDb Version| image:: http://img.shields.io/pypi/v/ask-sdk-dynamodb-persistence-adapter.svg?style=flat :target: https://pypi.python.org/pypi/ask-sdk-dynamodb-persistence-adapter/ :alt: Version .. |DynamoDb Downloads| image:: https://pepy.tech/badge/ask-sdk-dynamodb-persistence-adapter :target: https://pepy.tech/project/ask-sdk-dynamodb-persistence-adapter :alt: Downloads .. |Standard Version| image:: http://img.shields.io/pypi/v/ask-sdk.svg?style=flat :target: https://pypi.python.org/pypi/ask-sdk/ :alt: Version .. |Standard Downloads| image:: https://pepy.tech/badge/ask-sdk :target: https://pepy.tech/project/ask-sdk :alt: Downloads .. |Webservice Version| image:: http://img.shields.io/pypi/v/ask-sdk-webservice-support.svg?style=flat :target: https://pypi.python.org/pypi/ask-sdk-webservice-support/ :alt: Version .. |Webservice Downloads| image:: https://pepy.tech/badge/ask-sdk-webservice-support :target: https://pepy.tech/project/ask-sdk-webservice-support :alt: Downloads .. |Flask Sdk Version| image:: http://img.shields.io/pypi/v/flask-ask-sdk.svg?style=flat :target: https://pypi.python.org/pypi/flask-ask-sdk/ :alt: Version .. |Flask Sdk Downloads| image:: https://pepy.tech/badge/flask-ask-sdk :target: https://pepy.tech/project/flask-ask-sdk :alt: Downloads .. |Django Sdk Version| image:: http://img.shields.io/pypi/v/django-ask-sdk.svg?style=flat :target: https://pypi.python.org/pypi/django-ask-sdk/ :alt: Version .. |Django Sdk Downloads| image:: https://pepy.tech/badge/django-ask-sdk :target: https://pepy.tech/project/django-ask-sdk :alt: Downloads .. |Jinja Renderer SDK Version| image:: http://img.shields.io/pypi/v/ask-sdk-jinja-renderer.svg?style=flat :target: https://pypi.python.org/pypi/ask-sdk-jinja-renderer/ :alt: Version .. |Jinja Renderer SDK Downloads| image:: https://pepy.tech/badge/ask-sdk-jinja-renderer :target: https://pepy.tech/project/ask-sdk-jinja-renderer :alt: Downloads .. |Smapi Sdk Version| image:: http://img.shields.io/pypi/v/ask-smapi-sdk.svg?style=flat :target: https://pypi.python.org/pypi/ask-smapi-sdk/ :alt: Version .. |Smapi Sdk Downloads| image:: https://pepy.tech/badge/ask-smapi-sdk :target: https://pepy.tech/project/ask-smapi-sdk :alt: Downloads .. |Ask Sdk Local Debug Version| image:: http://img.shields.io/pypi/v/ask-sdk-local-debug.svg?style=flat :target: https://pypi.python.org/pypi/ask-sdk-local-debug/ :alt: Version .. |Ask Sdk Local Debug Downloads| image:: https://pepy.tech/badge/ask-sdk-local-debug :target: https://pepy.tech/project/ask-sdk-local-debug :alt: Downloads .. |License| image:: http://img.shields.io/pypi/l/ask-sdk-core.svg?style=flat :target: https://github.com/alexa/alexa-skills-kit-sdk-for-python/blob/master/LICENSE :alt: License Package Versions ---------------- ==================================== ================== Package Version ------------------------------------ ------------------ ask-sdk-runtime |Runtime Version| |Runtime Downloads| ask-sdk-core |Core Version| |Core Downloads| ask-sdk-dynamodb-persistence-adapter |DynamoDb Version| |DynamoDb Downloads| ask-sdk |Standard Version| |Standard Downloads| ask-sdk-local-debug |Ask Sdk Local Debug Version| |Ask Sdk Local Debug Downloads| ask-sdk-webservice-support |Webservice Version| |Webservice Downloads| flask-ask-sdk |Flask Sdk Version| |Flask Sdk Downloads| django-ask-sdk |Django Sdk Version| |Django Sdk Downloads| ask-sdk-jinja-renderer |Jinja Renderer Sdk Version| |Jinja Renderer Sdk Downloads| ask-smapi-sdk |Smapi Sdk Version| |Smapi Sdk Downloads| ==================================== ================== Technical Documentation ----------------------- ASK SDK ~~~~~~~ - `English <https://developer.amazon.com/docs/alexa-skills-kit-sdk-for-python/overview.html>`__ - `日本語 <https://alexa-skills-kit-python-sdk.readthedocs.io/ja/latest/>`__ ASK SMAPI SDK ~~~~~~~~~~~~~ - `English <https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/api/smapi.html>`__ `Models <https://github.com/alexa/alexa-apis-for-python>`__ ----------------------------------------------------------- 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 <https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html>`__. The documentation for the model classes can be found `here <https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/models/ask_sdk_model.html>`__. Samples ------- `Hello World (using Classes) <https://github.com/alexa/skill-sample-python-helloworld-classes>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 <https://developer.amazon.com/docs/alexa-skills-kit-sdk-for-python/handle-requests.html>`_ documentation. `Hello World (using Decorators) <https://github.com/alexa/skill-sample-python-helloworld-decorators>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 <https://developer.amazon.com/docs/alexa-skills-kit-sdk-for-python/handle-requests.html>`_ documentation. `Color Picker <https://github.com/alexa/skill-sample-python-colorpicker>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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. `Fact <https://github.com/alexa/skill-sample-python-fact>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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. `Quiz Game <https://github.com/alexa/skill-sample-python-quiz-game>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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. `Device Address <samples/GetDeviceAddress>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 <https://developer.amazon.com/docs/alexa-skills-kit-sdk-for-python/call-alexa-service-apis.html>`_ `Fact with In-Skill Purchases <https://github.com/alexa/skill-sample-python-fact-in-skill-purchases>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sample fact skill with `in-skill purchase <https://developer.amazon.com/docs/in-skill-purchase/isp-overview.html>`_ 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. `City Guide <https://github.com/alexa/skill-sample-python-city-guide>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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. `Pet Match <https://github.com/alexa/skill-sample-python-petmatch>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 <https://developer.amazon.com/alexa-skills-kit/dialog-management>`_ and `Entity Resolution <https://developer.amazon.com/docs/custom-skills/define-synonyms-and-ids-for-slot-type-values-entity-resolution.html>`_. `High Low Game <https://github.com/alexa/skill-sample-python-highlowgame>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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. `Audio Player <https://github.com/alexa/skill-sample-python-audio-player>`_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Project that demonstrates how to use `AudioPlayer interface <https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/custom-audioplayer-interface-reference>`__ and `PlaybackController interface <https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/custom-playbackcontroller-interface-reference>`__ 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. `Pager Karaoke <https://github.com/alexa-labs/skill-sample-python-pager-karaoke>`__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This sample demonstrates 3 features of APL: the `Pager Component <https://developer.amazon.com/docs/alexa-presentation-language/apl-pager.html>`__, `SpeakItem Command <https://developer.amazon.com/docs/alexa-presentation-language/apl-standard-commands.html#speakitem-command>`__, and accessing `device characteristics <https://developer.amazon.com/docs/alexa-presentation-language/apl-viewport-characteristics.html>`__ in the skill code. Alexa Capabilities supported by SDK ----------------------------------- * `Amazon Pay <https://developer.amazon.com/docs/amazon-pay/integrate-skill-with-amazon-pay.html>`__ * `Audio Player <https://developer.amazon.com/docs/custom-skills/audioplayer-interface-reference.html>`__ * `Display – Body templates for devices with a screen <https://developer.amazon.com/docs/custom-skills/create-skills-for-alexa-enabled-devices-with-a-screen.html>`__ * `Gadgets\Game Engine – Echo Buttons <https://developer.amazon.com/docs/custom-skills/game-engine-interface-reference.html>`__ * `Directive Service (Progressive Response) <https://developer.amazon.com/docs/custom-skills/send-the-user-a-progressive-response.html>`__ * `Messaging <https://developer.amazon.com/docs/smapi/send-a-message-request-to-a-skill.html>`__ * `Monetization <https://developer.amazon.com/alexa-skills-kit/make-money>`__ * `Video <https://developer.amazon.com/docs/custom-skills/videoapp-interface-reference.html>`__ * `Device Address <https://developer.amazon.com/docs/custom-skills/device-address-api.html>`__ * `Lists <https://developer.amazon.com/docs/custom-skills/access-the-alexa-shopping-and-to-do-lists.html#alexa-lists-access>`__ * `Request for customer contact information <https://developer.amazon.com/docs/alexa/custom-skills/request-customer-contact-information-for-use-in-your-skill.html>`__ * `Obtain customer settings information <https://developer.amazon.com/docs/smapi/alexa-settings-api-reference.html>`_ * `Account Linking <https://developer.amazon.com/docs/account-linking/understand-account-linking.html>`__ * `Entity Resolution <https://developer.amazon.com/docs/custom-skills/define-synonyms-and-ids-for-slot-type-values-entity-resolution.html>`__ * `Dialog Management <https://developer.amazon.com/docs/custom-skills/dialog-interface-reference.html>`__ * `Location Services <https://developer.amazon.com/docs/custom-skills/location-services-for-alexa-skills.html>`__ * `Reminders <https://developer.amazon.com/docs/smapi/alexa-reminders-overview.html>`__ * `Proactive Events <https://developer.amazon.com/docs/smapi/proactive-events-api.html>`__ * `Dynamic Entities <https://developer.amazon.com/docs/custom-skills/use-dynamic-entities-for-customized-interactions.html>`__ * `Skill Messaging <https://developer.amazon.com/docs/smapi/skill-messaging-api-reference.html>`__ * `Connections <https://developer.amazon.com/blogs/alexa/post/7b332b32-893e-4cad-be07-a5877efcbbb4/skill-connections-preview-now-skills-can-work-together-to-help-customers-get-more-done>`__ Preview ~~~~~~~ * `Alexa Presentation Language <https://developer.amazon.com/docs/alexa-presentation-language/apl-overview.html>`__ * `Name-free Interactions <https://developer.amazon.com/docs/custom-skills/understand-name-free-interaction-for-custom-skills.html>`_ 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 <https://developer.amazon.com/docs/alexa-skills-kit-sdk-for-python/host-web-service.html>`__. Got Feedback? ------------- - We would like to hear about your bugs, feature requests, questions or quick feedback. Please search for `existing issues <https://github.com/alexa/alexa-skills-kit-sdk-for-python/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 <CONTRIBUTING.md>`_ for pull requests!! - Request and vote for `Alexa features <https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote>`_! Remember to select the category as **ASK SDK** if your feature request is specific to SDK. Additional Resources -------------------- Other Language Alexa Skills Kit SDKs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. raw:: html <embed> <div> <p><a href="https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs"><img src="https://github.com/konpa/devicon/blob/master/icons/nodejs/nodejs-original.svg?sanitize=true" width="25px" /> Alexa Skills Kit SDK for NodeJS</a></p> <p><a href="https://github.com/amzn/alexa-skills-kit-java"><img src="https://github.com/konpa/devicon/raw/master/icons/java/java-original.svg?sanitize=true" width="25px" /> Alexa Skills Kit SDK for Java</a></p> </div> </embed> Community ~~~~~~~~~ - `Amazon Developer Forums <https://forums.developer.amazon.com/spaces/165/index.html>`_ : Join the conversation! - `Hackster.io <https://www.hackster.io/amazon-alexa>`_ - See what others are building with Alexa. Tutorials & Guides ~~~~~~~~~~~~~~~~~~ - `Voice Design Guide <https://developer.amazon.com/designing-for-voice/>`_ - A great resource for learning conversational and voice user interface design.

Automation LLM Tools & Chat UIs
817 Github Stars