https://github.com/marcominerva/alexaskilltemplate
A Visual Studio Project Template to create Alexa Skills using an Azure Function as backend.
https://github.com/marcominerva/alexaskilltemplate
Last synced: about 1 year ago
JSON representation
A Visual Studio Project Template to create Alexa Skills using an Azure Function as backend.
- Host: GitHub
- URL: https://github.com/marcominerva/alexaskilltemplate
- Owner: marcominerva
- License: mit
- Created: 2018-11-21T16:44:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T17:30:17.000Z (over 6 years ago)
- Last Synced: 2025-03-24T01:13:34.475Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 509 KB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alexa Skill Project Template for Visual Studio
A Visual Studio project template that allows to create Alexa Skills using an Azure Function as backend, without the need of writing the boilerplate code requested by Amazon and some best practices.
You can install the template from the [Visual Studio Market Place](https://marketplace.visualstudio.com/items?itemName=MarcoMinerva.AlexaSkillProjectTemplate).
**The Alexa Skill Project Template**

**The project structure**

The actual skill implementation is contained in the **Skill.cs** file. The project includes support to:
- Built-in intents
- Security validation
- Multi-language
A big thank to [Matteo Pagani](https://twitter.com/qmatteoq) for the [initial code](https://github.com/Microsoft/Windows-AppConsult-samples-PWA/tree/master/AlexaSkill) of the template and for his great and continuous support, and to [Emanuele Bartolesi](http://www.emanuelebartolesi.com) for helping us creating the VSIX installer.