https://github.com/alexa-samples/skill-sample-nodejs-pet-tales
This sample shows how to build a skill with APL and APL for Audio
https://github.com/alexa-samples/skill-sample-nodejs-pet-tales
Last synced: 10 months ago
JSON representation
This sample shows how to build a skill with APL and APL for Audio
- Host: GitHub
- URL: https://github.com/alexa-samples/skill-sample-nodejs-pet-tales
- Owner: alexa-samples
- License: other
- Created: 2020-07-13T22:30:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T22:43:42.000Z (about 3 years ago)
- Last Synced: 2023-04-28T00:04:17.413Z (about 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 365 KB
- Stars: 7
- Watchers: 4
- Forks: 5
- 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
# Build An Alexa APL & APL for Audio Skill

This Alexa sample skill is a template creating a rich multi-turn experience using the latest in Alexa Presentation Language (APL) including APL for Audio.
## 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.
* If this is your first skill, choose the [Alexa-Hosted backend instructions](./instructions/setup-vui-alexa-hosted.md) to get started quickly.
* If you want to manage the backend resources in your own AWS account, you can follow the [AWS-Hosted instructions](./instructions/setup-vui-aws-hosted.md).
* Developers with the ASK Command Line Interface configured may follow the [ASK CLI instructions](./instructions/cli.md).
---
## 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
* [Official Alexa Skills Kit SDK for Node.js](http://alexa.design/node-sdk-docs) - The Official Node.js SDK Documentation
* [Official Alexa Skills Kit Documentation](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html) - Official Alexa Skills Kit Documentation
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This library is licensed under the Amazon Software License.