Skip to content

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.

License

Notifications You must be signed in to change notification settings

anupam1708/alexa-skills-kit-sdk-for-java

 
 

Repository files navigation


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.

Latest 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

Technical Documentation

Language Documentation
English Documentation Status
日本語 Documentation Status

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

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.

Tutorials

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.

This tutorial will demonstrate how to write skills for Echo Show and Echo Spot in Java using the Alexa Skills Kit (ASK) SDK v2.

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

Alexa Capabilities supported by SDK

Preview

Frameworks

To discover frameworks built on top of the ASK SDK for Java, see https://github.com/alexa-labs/ask-sdk-frameworks-java.

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!

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%