cjjenkinson / alexa-skills-kit-sdk-for-nodejs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Alexa Skills Kit SDK for Node.js

English | 日本語

The ASK SDK v2 for Node.js makes it easier for you to build highly engaging skills by allowing you to spend more time on implementing features and less writing boiler-plate code.

Package Versions

Package NPM
ask-sdk npm npm
ask-sdk-core npm npm
ask-sdk-dynamodb-persistence-adapter npm npm
ask-sdk-runtime npm npm
ask-sdk-s3-persistence-adapter npm npm
ask-sdk-v1adapter npm npm

Alexa Features Supported by SDK

Preview Features

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

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

Sample that familiarizes you with the Alexa Skills Kit and AWS Lambda by allowing you to hear a response from Alexa when you trigger the sample.

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.

Template for a parameter-based skill called 'Minecraft Helper'. When the user asks how to craft an item in the game Minecraft, the skill provides instructions.

Template for a trivia-style game with score keeping. Alexa asks the user multiple-choice questions and seeks a response. Correct and incorrect answers to questions are recorded.

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

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

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.

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.

Template for a basic decision tree skill. Alexa asks the user a series of questions to get to a career suggestion.

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

Project that demonstrates how to use the audio player for skills.

Public Beta SDK

The available public beta version of the ASK SDK v2 for Node.js may contain one or more Alexa features that are currently in public beta and not included in the production SDK version.

Other Language Alexa Skills Kit SDKs

Alexa Skills Kit SDK for Java

Alexa Skills Kit SDK for Python

Got Feedback?

Request and vote for Alexa features here!

About

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

License:Apache License 2.0


Languages

Language:TypeScript 97.5%Language:JavaScript 2.5%