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
- Host: GitHub
- URL: https://github.com/alexa-samples/skill-sample-controls-hello-world
- Owner: alexa-samples
- License: other
- Created: 2020-07-11T00:21:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T23:10:58.000Z (over 3 years ago)
- Last Synced: 2023-03-05T03:55:47.794Z (over 3 years ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 8
- Watchers: 15
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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