Skip to content
Build An Alexa Fact Skill
JavaScript PowerShell Shell
Branch: master
Clone or download

Latest commit

YiddishNinja Merge pull request #138 from alexa/revert-137-master
Revert "auto-migrating to cli V2"
Latest commit 790685c May 5, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.ask Revert "auto-migrating to cli V2" May 5, 2020
hooks Revert "auto-migrating to cli V2" May 5, 2020
instructions Updating for ASK CLI v2 Apr 16, 2020
lambda/custom Adding local debugger adapter Aug 29, 2019
models Revert "auto-migrating to cli V2" May 5, 2020
test/unit Update README.md Aug 2, 2018
.gitignore Adding pt_BR support 🎉 Mar 21, 2019
LICENSE.txt Initial commit of Fact skill sample. Jul 14, 2016
README.md Updating for ASK CLI v2 Apr 16, 2020
skill.json Revert "auto-migrating to cli V2" May 5, 2020

README.md

Build An Alexa Fact Skill

This Alexa sample skill is a template for a basic fact skill.

Skill Architecture

Each skill consists of two basic parts, a front end and a back end. The front end is the voice interface, or VUI. The voice interface is configured through the voice interaction model. The back end is where the logic of your skill resides.

Three Options for Skill Setup

There are a number of different ways for you to setup your skill, depending on your experience and what tools you have available.


Additional Resources

Community

Tutorials & Guides

  • Voice Design Guide - A great resource for learning conversational and voice user interface design.
  • Codecademy: Learn Alexa - Learn how to build an Alexa Skill from within your browser with this beginner friendly tutorial on Codecademy!

Documentation

You can’t perform that action at this time.