Project Template for Visual Studio 2017 for creating an Alexa Fact Skill in .NET
Please download the latest version of the template and place the zip file into your ProjectTemplates folder.
Normally this folder should be located here: %userprofile%\documents\Visual Studio 2017\Templates\ProjectTemplates
Latest Version can be downloaded here
- AWS Lambda Project (.NET Core 2.0)
- Nuget package Alexa.Net
- Nuget package Newtonsoft.JSON
- Preparation of
facts.jsonfile to store the facts - Extensions Methods for
Enumerablefor picking a random item MessagesServiceto get randomly picked messageEmbeddedResourceServiceto read an embeddedjsonfileFactsServiceto get a random fact or a fact by intent- Preparations to handle required intents like
AMAZON.StopIntent,AMAZON.CancelIntent,AMAZON.HelpIntentandLaunchRequest
- Update some Nuget packages
- Add missing comments on model class
- Remove unused files
The source code of the template is located in the develop branch of this repository. You can find it here.