AlexaVoxCraft.Model 1.0.0-beta.40

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 1.0.0-beta.40
                    
NuGet\Install-Package AlexaVoxCraft.Model -Version 1.0.0-beta.40
                    
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="1.0.0-beta.40" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AlexaVoxCraft.Model" Version="1.0.0-beta.40" />
                    
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 1.0.0-beta.40
                    
#r "nuget: AlexaVoxCraft.Model, 1.0.0-beta.40"
                    
#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.
#addin nuget:?package=AlexaVoxCraft.Model&version=1.0.0-beta.40&prerelease
                    
Install AlexaVoxCraft.Model as a Cake Addin
#tool nuget:?package=AlexaVoxCraft.Model&version=1.0.0-beta.40&prerelease
                    
Install AlexaVoxCraft.Model 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AlexaVoxCraft.Model:

Package Downloads
AlexaVoxCraft.MediatR

Package Description

AlexaVoxCraft.Model.Apl

Small helper library to allow Alexa.NET skills to work with APL

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.41 165 4/21/2025
1.0.0-beta.40 75 4/21/2025
0.3.0-beta-38 206 4/17/2025
0.3.0-beta-37 182 4/17/2025
0.3.0-beta-36 183 4/17/2025
0.3.0-beta-35 201 4/15/2025
0.3.0-beta-34 221 4/9/2025
0.3.0-beta-31 160 4/9/2025
0.3.0-beta-30 168 4/9/2025
0.3.0-beta-29 158 4/9/2025
0.2.0-alpha-28 169 4/9/2025
0.2.0-alpha-27 170 4/7/2025
0.2.0-alpha-26 172 4/3/2025
0.1.0-alpha-24 157 3/30/2025
0.1.0-alpha-23 152 1/28/2025
0.1.0-alpha-22 111 1/28/2025
0.1.0-alpha-21 98 12/19/2024