Skip to content

evenlyio/voice-ui-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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