https://github.com/rikcav/ecoenergy-skill
Skill Alexa para administração de gastos elétricos e dicas de economia de energia.
https://github.com/rikcav/ecoenergy-skill
alexa alexa-skill alexa-skills-kit ask-sdk gson java
Last synced: 3 months ago
JSON representation
Skill Alexa para administração de gastos elétricos e dicas de economia de energia.
- Host: GitHub
- URL: https://github.com/rikcav/ecoenergy-skill
- Owner: rikcav
- License: other
- Created: 2024-02-22T23:27:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T15:43:43.000Z (over 1 year ago)
- Last Synced: 2025-01-21T11:30:36.095Z (5 months ago)
- Topics: alexa, alexa-skill, alexa-skills-kit, ask-sdk, gson, java
- Language: Java
- Homepage:
- Size: 9.56 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- 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 Skill with In-Skill Purchases - Premium Hello World
Adding premium content to your skill is a way for you to monetize your skill. This Alexa sample skill is a template for a basic ISP skill. It takes the hello world skill and adds greetings in a variety of languages as premium content. This premium content is accessed through a one-time purchase of the "Premium Greeting Pack". This guide walks through the setup of this skill, including the creation of the in-skill products.
## License
This library is licensed under the Amazon Software License.
## Skill Architecture
Each skill consists of two basic parts, a front end and a back end.
1. The front end is the voice interface, or VUI. The voice interface is configured through the voice interaction model.
2. The back end is where the logic of your skill resides.## Skill Setup (AWS Hosted)
In this sample skill, we will be deploying the skill to [Lambda](http://aws.amazon.com/lambda) function using [Amazon Web Services](http://aws.amazon.com)To **Get Started** using the Alexa Developer Console, click the button below:
[](./instructions/1-setup-vui-aws-hosted.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 Java](https://github.com/alexa/alexa-skills-kit-sdk-for-java) - The Official Java 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