AlexaVoxCraft.Model 0.3.0-beta-36

This is a prerelease version of AlexaVoxCraft.Model.
There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AlexaVoxCraft.Model" Version="0.3.0-beta-36" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AlexaVoxCraft.Model" Version="0.3.0-beta-36" />
                    
Directory.Packages.props
<PackageReference Include="AlexaVoxCraft.Model" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AlexaVoxCraft.Model --version 0.3.0-beta-36
                    
#r "nuget: AlexaVoxCraft.Model, 0.3.0-beta-36"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AlexaVoxCraft.Model@0.3.0-beta-36
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AlexaVoxCraft.Model&version=0.3.0-beta-36&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AlexaVoxCraft.Model&version=0.3.0-beta-36&prerelease
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed