All Projects → alexa → Alexa Skills Kit Sdk For Java

alexa / Alexa Skills Kit Sdk For Java

Licence: apache-2.0
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Alexa Skills Kit Sdk For Java

alexa-ruby
Ruby toolkit for Amazon Alexa service
Stars: ✭ 17 (-97.76%)
Mutual labels:  alexa, amazon, amazon-echo, alexa-skills-kit, amazon-alexa
cookiecutter-flask-ask
Cookiecutter template for Alexa skills based on the fantastic Flask-Ask framework 🍾🗣❓
Stars: ✭ 51 (-93.27%)
Mutual labels:  alexa, amazon-echo, alexa-skills-kit, voice, amazon-alexa
Awesome Amazon Alexa
🗣Curated list of awesome resources for the Amazon Alexa platform.
Stars: ✭ 458 (-39.58%)
Mutual labels:  alexa, alexa-skills-kit, amazon-alexa, amazon-echo
Chatskills
Run and debug Alexa skills on the command-line. Create bots. Run them in Slack. Run them anywhere!
Stars: ✭ 171 (-77.44%)
Mutual labels:  alexa, amazon-alexa, amazon-echo, amazon
Alexa Skill Kit
Library for effortless Alexa Skill development with AWS Lambda
Stars: ✭ 278 (-63.32%)
Mutual labels:  alexa, alexa-skills-kit, amazon-echo, amazon
Alexa Voice Service.js
Library for interacting with Alexa Voice Service (AVS) in the browser.
Stars: ✭ 123 (-83.77%)
Mutual labels:  alexa, alexa-skills-kit, amazon-alexa, amazon
Alexa Skills Kit Sdk For Python
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.
Stars: ✭ 678 (-10.55%)
Mutual labels:  alexa, alexa-skills-kit, skills, sdk
go-avs
A simple package for communicating with Amazon’s HTTP/2 API for AVS.
Stars: ✭ 25 (-96.7%)
Mutual labels:  alexa, amazon, amazon-echo
HuntTheYetiAlexa
Play the game Hunt the Yeti on the Amazon Echo
Stars: ✭ 17 (-97.76%)
Mutual labels:  alexa, amazon, amazon-echo
Alexa-skills-starters
💻 A collection of super cool Amazon Alexa skills for complete newbies. 💻
Stars: ✭ 24 (-96.83%)
Mutual labels:  alexa, amazon, skills
alexa-tesla
Alexa Skills Kit (ASK) project - Tesla monitoring and control for Amazon Echo devices
Stars: ✭ 23 (-96.97%)
Mutual labels:  skills, amazon-echo, alexa-skills-kit
Go Alexa
A collection of Amazon Echo / Alexa tools for Go development.
Stars: ✭ 245 (-67.68%)
Mutual labels:  alexa, amazon-echo, amazon
ask-console-chrome-extension
⚡️ Chrome Extension for faster testing in the Alexa Skill Simulator
Stars: ✭ 37 (-95.12%)
Mutual labels:  alexa, alexa-skills-kit, amazon-alexa
AlexaAndroid
No description or website provided.
Stars: ✭ 15 (-98.02%)
Mutual labels:  alexa, amazon, voice
Home-Assistant
Home-Assistant-Config
Stars: ✭ 186 (-75.46%)
Mutual labels:  alexa, amazon, amazon-echo
Wukong Robot
🤖 wukong-robot 是一个简单、灵活、优雅的中文语音对话机器人/智能音箱项目,还可能是首个支持脑机交互的开源智能音箱项目。
Stars: ✭ 3,110 (+310.29%)
Mutual labels:  ai, alexa, amazon-echo
Assistants Pi
Headless Google Assistant and Alexa on Raspberry Pi
Stars: ✭ 280 (-63.06%)
Mutual labels:  alexa, amazon-alexa, sdk
Alexa Smarthome
Resources for Alexa Smart Home developers.
Stars: ✭ 496 (-34.56%)
Mutual labels:  alexa, alexa-skills-kit, skills
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (-75.99%)
Mutual labels:  alexa, amazon-echo, amazon
Bst
🔧 Bespoken Tools - Tools for making voice apps faster and better
Stars: ✭ 193 (-74.54%)
Mutual labels:  alexa, alexa-skills-kit, amazon-echo


Alexa Skills Kit SDK for Java

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.

Package Versions

Module Maven
ask-sdk Maven Central
ask-sdk-core Maven Central
ask-sdk-lambda-support Maven Central
ask-sdk-servlet-support Maven Central
ask-sdk-dynamodb-persistence-adapter Maven Central
ask-sdk-apache-client Maven Central
ask-sdk-freemarker Maven Central
ask-sdk-runtime Maven Central

Alexa Features Supported by SDK

Preview Features

The following features are released as public preview. The interfaces might change in future releases.

Technical Documentation

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

Samples

Hello World

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

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

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

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

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

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

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

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

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

Other Language Alexa Skills Kit SDKs

Alexa Skills Kit SDK for NodeJS

Alexa Skills Kit SDK for Python

Got Feedback?

Request and vote for Alexa features here!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].