AlexaVoxCraft.Model
0.3.0-beta-36
See the version list below for details.
dotnet add package AlexaVoxCraft.Model --version 0.3.0-beta-36
NuGet\Install-Package AlexaVoxCraft.Model -Version 0.3.0-beta-36
<PackageReference Include="AlexaVoxCraft.Model" Version="0.3.0-beta-36" />
<PackageVersion Include="AlexaVoxCraft.Model" Version="0.3.0-beta-36" />
<PackageReference Include="AlexaVoxCraft.Model" />
paket add AlexaVoxCraft.Model --version 0.3.0-beta-36
#r "nuget: AlexaVoxCraft.Model, 0.3.0-beta-36"
#:package AlexaVoxCraft.Model@0.3.0-beta-36
#addin nuget:?package=AlexaVoxCraft.Model&version=0.3.0-beta-36&prerelease
#tool nuget:?package=AlexaVoxCraft.Model&version=0.3.0-beta-36&prerelease
AlexaVoxCraft.Model
This package provides the core Alexa request and response models, fully compatible with System.Text.Json. It includes support for:
- Skill request types (LaunchRequest, IntentRequest, etc.)
- Session, context, device, and user metadata
- Response building utilities
✅ Features
- Strongly typed model structure for Alexa interactions
- Clean serialization without Newtonsoft.Json
- Designed for use in AWS Lambda or any C# host
🚀 Getting Started
Install the package:
dotnet add package AlexaVoxCraft.Model
Deserialize Alexa requests:
var request = JsonSerializer.Deserialize<SkillRequest>(json, AlexaJsonOptions.DefaultOptions);
📄 License
Apache-2.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- System.Text.Json (>= 9.0.4)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on AlexaVoxCraft.Model:
| Package | Downloads |
|---|---|
|
AlexaVoxCraft.MediatR
MediatR support for Alexa skill development, enabling clean request routing and handler composition. |
|
|
AlexaVoxCraft.Model.Apl
Strongly-typed Alexa Presentation Language (APL) model support for rendering rich UI in multimodal Alexa skills. |
|
|
AlexaVoxCraft.Lambda
Core Lambda abstractions and serialization for Alexa skills including handler interfaces and JSON serialization with structured logging support. |
|
|
AlexaVoxCraft.Model.InSkillPurchasing
Model objects for Alexa In-Skill Purchasing (ISP), including request and directive types for purchase flows and entitlement handling. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.3.2 | 196 | 4/20/2026 |
| 7.3.2-preview.4 | 38 | 4/20/2026 |
| 7.3.2-preview.3 | 40 | 4/20/2026 |
| 7.3.2-preview.2 | 41 | 4/20/2026 |
| 7.3.0.129 | 257 | 4/14/2026 |
| 7.2.1.128 | 297 | 4/8/2026 |
| 7.2.0.127 | 305 | 3/23/2026 |
| 7.1.0.126 | 304 | 3/19/2026 |
| 7.1.0-preview.125 | 72 | 3/18/2026 |
| 7.0.5.124 | 345 | 3/16/2026 |
| 7.0.4.123 | 317 | 3/15/2026 |
| 7.0.3.122 | 255 | 3/9/2026 |
| 7.0.3-beta.121 | 64 | 3/5/2026 |
| 7.0.2-beta.120 | 53 | 3/4/2026 |
| 7.0.1-beta.119 | 63 | 3/3/2026 |
| 7.0.0-beta.118 | 58 | 3/3/2026 |
| 6.0.2.117 | 229 | 2/25/2026 |
| 6.0.2.116 | 252 | 2/11/2026 |
| 6.0.1.115 | 203 | 2/9/2026 |
| 0.3.0-beta-36 | 313 | 4/17/2025 |