tingiris / starter-demo-two

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1 - Alexa Basic Starter Skill

This is a template for building custom Alexa skills using Node.js and the Alexa Skills Kit SDK (v2). The goals of this template are to provide a basic starting point for building new skills, and provide a tool for learning code patterns and best practices in Alexa development.

Template Features

  • Support for internationalization (i18n)
  • Support for using environment variables
  • S3 persistence for Alexa-Hosted skills
  • Managing content seperatly from code
  • Creating and using slot values
  • Using interceptors
  • Persisting user information
  • Using session variables
  • Using the AMAZON.FallbackIntent
  • Handeling yes/no responses
  • Using the AMAZON.RepeteIntent

About

License:MIT License


Languages

Language:JavaScript 89.4%Language:Shell 10.6%