The ASK SDK v1 for .Net Core is based on the NodeJS version and the Alexa Skills SDK for .Net. This version was created to provide greater feature parity with the NodeJS and Java versions of the SDK.
Package | Nuget | Build |
---|---|---|
Ask.Sdk | ||
Ask.Sdk.Asp.Net.Core | ||
Ask.Sdk.Core | ||
Ask.Sdk.Runtime | ||
Ask.Sdk.CosmosDb.Persistence.Adapter | ||
Ask.Sdk.DynamoDb.Persistence.Adapter | ||
Ask.Sdk.Azure.WebJobs |
Sample that familiarizes you with the Alexa Skills Kit and AWS Lambda by allowing you to hear a response from Alexa when you trigger the sample.
Sample that demonstrates the Device Address API to retrieve user location information as well as requesting permissions from a user.
Sample that familiarizes you with the Alexa Skills Kit and ASP.Net Core by allowing you to hear a response from Alexa when you trigger the sample.
Sample that demostrates using DynamoDB as a persistent store for an Alexa Skill.
Template for a basic fact skill. You’ll provide a list of interesting facts about a topic, Alexa will select a fact at random and tell it to the user when the skill is invoked.
Sample that demonstrates the Directive API to provide progressive responses for the user.
Sample that demonstrates the Alexa Settings API to provide customer settings for the user.
Sample that familiarizes you with the Alexa Skills Kit and Azure Functions by allowing you to hear a response from Alexa when you trigger the sample.