An open API service indexing awesome lists of open source software.

https://github.com/alexa-samples/skill-sample-controls-hello-world


https://github.com/alexa-samples/skill-sample-controls-hello-world

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hello World Skill (Controls Framework)

This skill gets you started with basic “Hello World” functionality and rapidly generating a voice response from Alexa using the ASK SDK Controls framework.

## 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.

## Skill Setup

[Install the ASK CLI](https://developer.amazon.com/en-US/docs/alexa/smapi/quick-start-alexa-skills-kit-command-line-interface.html) and then follow the [ASK CLI instructions](./instructions/cli.md) to set up this skill.

## Skill Guide

Explore this Hello World skill in detail by reviewing our [user guide](https://github.com/alexa/ask-sdk-controls/blob/develop/doc/userGuide.md#3-exploring-the-helloworld-controls-skill).

---

## Additional Resources

### Community
* [Amazon Developer Forums](https://forums.developer.amazon.com/spaces/165/index.html) - Join the conversation!
* [Hackster.io](https://www.hackster.io/amazon-alexa) - See what others are building with Alexa.

### Tutorials & Guides
* [Voice Design Guide](https://developer.amazon.com/designing-for-voice/) - A great resource for learning conversational and voice user interface design.
* [Codecademy: Learn Alexa](https://www.codecademy.com/learn/learn-alexa) - Learn how to build an Alexa Skill from within your browser with this beginner friendly tutorial on Codecademy!

### Documentation
* [ASK SDK Controls framework](http://alexa.design/controls) - The Official ASK SDK Controls Framework Documentation
* [Alexa Skills Kit SDK for Node.js](http://alexa.design/node-sdk-docs) - The Official Node.js SDK Documentation
* [Alexa Skills Kit Documentation](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html) - Official Alexa Skills Kit Documentation