Alexa.NET.SoundLibrary
1.0.5
Helper package to more quickly add the Alexa Sound Library to Alexa.NET SSML Responses
Install-Package Alexa.NET.SoundLibrary -Version 1.0.5
dotnet add package Alexa.NET.SoundLibrary --version 1.0.5
<PackageReference Include="Alexa.NET.SoundLibrary" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Alexa.NET.SoundLibrary --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Alexa.NET.SoundLibrary, 1.0.5"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Alexa.NET.SoundLibrary as a Cake Addin
#addin nuget:?package=Alexa.NET.SoundLibrary&version=1.0.5
// Install Alexa.NET.SoundLibrary as a Cake Tool
#tool nuget:?package=Alexa.NET.SoundLibrary&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Alexa.NET.SoundLibrary
This package gives you a quick way of referencing the sound effects offered by Amazon in the Alexa Skills Kit - Sound Library
Adding a sound effect to your response
using Alexa.NET.Response.Ssml.SoundLibrary;
...
var speech = new Speech(new Paragraph(Human.Cough01));
return ResponseBuilder.Tell(speech);
Alexa.NET.SoundLibrary
This package gives you a quick way of referencing the sound effects offered by Amazon in the Alexa Skills Kit - Sound Library
Adding a sound effect to your response
using Alexa.NET.Response.Ssml.SoundLibrary;
...
var speech = new Speech(new Paragraph(Human.Cough01));
return ResponseBuilder.Tell(speech);
Release Notes
Add GameShow category
Dependencies
-
.NETStandard 1.6
- Alexa.NET (>= 1.4.2)
- NETStandard.Library (>= 1.6.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.