Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.18 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.18 KB

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.

The Alexa Skill Project Template NewAlexaSkill.png

The project structure

NewAlexaProject.png

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 for the initial code of the template and for his great and continuous support, and to Emanuele Bartolesi for helping us creating the VSIX installer.