Alexa.NET.Management
3.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Alexa.NET.Management --version 3.0.1
NuGet\Install-Package Alexa.NET.Management -Version 3.0.1
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="Alexa.NET.Management" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Alexa.NET.Management" Version="3.0.1" />
<PackageReference Include="Alexa.NET.Management" />
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 Alexa.NET.Management --version 3.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Alexa.NET.Management, 3.0.1"
#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 Alexa.NET.Management@3.0.1
#: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=Alexa.NET.Management&version=3.0.1
#tool nuget:?package=Alexa.NET.Management&version=3.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Alexa.NET.Management
A .NET SDK for the Alexa Skills Management API
Nuget Package
Retrieving Skill Information
var manager = new ManagementApi(amazonLoginAccessToken);
var skillDetail = manager.Skills.Get(skillId);
var skillPublishingInformation = skillDetail.Manifest.PublishingInformation.Locales.First().Value;
var skillName = skillPublishingInformation.Name;
Get Vendors
var manager = new ManagementApi(amazonLoginAccessToken);
var vendors = await manager.Vendors.Get()
Create Skill Beta & Add Tester
var beta = await manager.Beta.Create(skillId,"feedbackemail@example.com")
await manager.Beta.AddTesters(skillId,new[]{"test1@example.com","test2@example.com"})
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
| .NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.6
- Alexa.NET (>= 1.5.1)
- NETStandard.Library (>= 1.6.1)
- Refit (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.10.1 | 1,576 | 11/9/2024 |
| 5.10.0 | 30,276 | 7/22/2022 |
| 5.9.0 | 1,560 | 2/1/2022 |
| 5.8.0 | 2,483 | 8/19/2021 |
| 5.7.3 | 1,878 | 2/15/2021 |
| 5.7.2 | 12,629 | 11/13/2020 |
| 5.7.1 | 701 | 11/11/2020 |
| 5.7.0 | 782 | 10/28/2020 |
| 5.6.0 | 789 | 9/25/2020 |
| 5.5.0 | 1,441 | 9/2/2020 |
| 5.4.1 | 774 | 8/31/2020 |
| 5.4.0 | 927 | 8/10/2020 |
| 5.3.0 | 940 | 7/25/2020 |
| 5.2.0 | 933 | 6/10/2020 |
| 5.1.0 | 726 | 6/3/2020 |
| 5.0.0 | 759 | 4/10/2020 |
| 4.3.0 | 781 | 3/22/2020 |
| 4.2.0 | 758 | 3/11/2020 |
| 4.1.0 | 863 | 2/4/2020 |
| 4.0.0 | 815 | 12/8/2019 |
| 3.9.0 | 932 | 11/12/2019 |
| 3.8.1 | 791 | 11/5/2019 |
| 3.8.0 | 750 | 11/1/2019 |
| 3.7.0 | 844 | 10/9/2019 |
| 3.6.0 | 782 | 10/3/2019 |
| 3.5.0 | 1,249 | 9/8/2019 |
| 3.4.0 | 3,144 | 8/9/2019 |
| 3.3.1 | 964 | 7/17/2019 |
| 3.2.3 | 1,080 | 6/20/2019 |
| 3.2.2 | 943 | 6/14/2019 |
| 3.2.1 | 965 | 6/14/2019 |
| 3.2.0 | 849 | 6/14/2019 |
| 3.1.0 | 924 | 6/13/2019 |
| 3.0.4 | 939 | 6/12/2019 |
| 3.0.3 | 1,014 | 6/10/2019 |
| 3.0.2 | 1,059 | 6/10/2019 |
| 3.0.1 | 935 | 6/10/2019 |
| 3.0.0 | 955 | 6/8/2019 |
| 2.14.1 | 1,003 | 6/6/2019 |
| 2.14.0 | 962 | 4/4/2019 |
| 2.13.1 | 1,046 | 2/23/2019 |
| 2.13.0 | 980 | 2/22/2019 |
| 2.12.0 | 1,643 | 2/5/2019 |
| 2.11.3 | 1,011 | 2/4/2019 |
| 2.11.0 | 1,057 | 2/3/2019 |
| 2.10.0 | 1,046 | 1/26/2019 |
| 2.9.0 | 1,009 | 1/26/2019 |
| 2.8.22 | 1,031 | 1/24/2019 |
| 2.8.19 | 983 | 1/23/2019 |
| 2.8.16 | 984 | 1/22/2019 |
| 2.8.9 | 1,198 | 1/1/2019 |
| 2.8.8 | 1,144 | 12/18/2018 |
| 2.8.7 | 1,018 | 12/16/2018 |
| 2.8.6 | 1,075 | 12/13/2018 |
| 2.8.3 | 1,195 | 11/14/2018 |
| 2.8.2 | 1,120 | 11/13/2018 |
| 2.8.0 | 1,094 | 11/13/2018 |
| 2.7.0 | 1,118 | 11/11/2018 |
| 2.6.3 | 1,086 | 11/9/2018 |
| 2.6.2 | 1,076 | 11/9/2018 |
| 2.6.0 | 1,119 | 10/23/2018 |
| 2.5.0 | 1,270 | 10/6/2018 |
| 2.4.0 | 1,211 | 10/4/2018 |
| 2.3.1 | 1,193 | 9/14/2018 |
| 2.3.0 | 1,206 | 9/14/2018 |
| 2.2.3 | 1,917 | 4/13/2018 |
| 2.0.108 | 1,626 | 2/23/2018 |
| 2.0.103 | 1,645 | 2/15/2018 |
| 2.0.99 | 1,712 | 2/5/2018 |
| 2.0.97 | 1,532 | 2/5/2018 |
| 1.1.89 | 1,747 | 12/25/2017 |
| 1.0.85 | 1,370 | 10/5/2017 |
| 1.0.83-alpha | 1,153 | 9/17/2017 |
Correct invocation and simulation responses