Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1 KB

README.md

File metadata and controls

31 lines (18 loc) · 1 KB

Voice UI Intro

The presentation can be found here

Starship Skill

This is a simple demo skill to demonstrate the basics of building an alexa skill.

This is a very simple skill that demonstrates the Alexa Skill Kit NodeJS SDK. It consists of

  • Skill metadata: skill.json
  • Language Model: model/en-US.json
  • A custom AWS Lambda function Model: model/en-US.json

The skill is setup with the Alexa Skill Kit (ASK) CLI.

Requirements

You need to have:

Usage

  1. Use ask init to set up the CLI if you have not
  2. Edit code
  3. ask deploy to deploy the changes