AlexaSkillsKit.NET
1.6.0
dotnet add package AlexaSkillsKit.NET --version 1.6.0
NuGet\Install-Package AlexaSkillsKit.NET -Version 1.6.0
<PackageReference Include="AlexaSkillsKit.NET" Version="1.6.0" />
paket add AlexaSkillsKit.NET --version 1.6.0
#r "nuget: AlexaSkillsKit.NET, 1.6.0"
// Install AlexaSkillsKit.NET as a Cake Addin #addin nuget:?package=AlexaSkillsKit.NET&version=1.6.0 // Install AlexaSkillsKit.NET as a Cake Tool #tool nuget:?package=AlexaSkillsKit.NET&version=1.6.0
.NET library that simplifies Alexa skills development; same object model as Amazon's AlexaSkillsKit for Java
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- BouncyCastle (>= 1.8.1)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Newtonsoft.Json (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AlexaSkillsKit.NET:
Repository | Stars |
---|---|
AreYouFreeBusy/AlexaSkillsKit.NET
.NET library that simplifies Alexa skills development; same object model as Amazon's AlexaSkillsKit for Java
|
1.4.0: Ability to override request validation policy and support for SSML output speech type
1.5.0: Fully implement certificate verification requirement and support for Standard cards
1.6.0: Implement support for Context object (Device Location, Audio Player, etc.), PlaybackController, Display, Dialog directives, and VideoApp. See project README for new interfaces.