AlexaVoxCraft.Model 1.0.0-alpha-19

This is a prerelease version of AlexaVoxCraft.Model.
dotnet add package AlexaVoxCraft.Model --version 1.0.0-alpha-19                
NuGet\Install-Package AlexaVoxCraft.Model -Version 1.0.0-alpha-19                
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-alpha-19" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlexaVoxCraft.Model --version 1.0.0-alpha-19                
#r "nuget: AlexaVoxCraft.Model, 1.0.0-alpha-19"                
#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.
// Install AlexaVoxCraft.Model as a Cake Addin
#addin nuget:?package=AlexaVoxCraft.Model&version=1.0.0-alpha-19&prerelease

// Install AlexaVoxCraft.Model as a Cake Tool
#tool nuget:?package=AlexaVoxCraft.Model&version=1.0.0-alpha-19&prerelease                

AlexaVoxCraft.Model

The AlexaVoxCraft.Model package contains objects that represent the request and response objects to interface with Alexa custom skills. These models are based on the models defined in this repository, but have been converted to use System.Text.Json for serialization.

Getting Started

Follow these steps to start crafting voice experiences with AlexaVoxCraft:

  1. Installation: Install the AlexaVoxCraft.Model package from NuGet.
    dotnet add package AlexaVoxCraft.Model
    
  2. Development: Create your Alexa skill logic using the AlexaVoxCraft.Model package for request and response objects, and use the AlexaVoxCraft.Lambda.AspNetCoreServer package to run the skill in an AWS Lambda function.
  3. Enjoy: Interact with your skill using Amazon Alexa devices and explore the possibilities of voice-driven applications!
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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (2)

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

Package Downloads
AlexaVoxCraft.Lambda.AspNetCoreServer

Package Description

AlexaVoxCraft.MediatR

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-alpha-19 0 12/18/2024
1.0.0-alpha-18 0 12/18/2024
1.0.0-alpha-17 0 12/18/2024
1.0.0-alpha-16 47 12/17/2024
1.0.0-alpha-15 46 12/17/2024
1.0.0-alpha-14 60 5/11/2024
1.0.0-alpha-13 63 5/11/2024