Alexa.NET.CanFulfillIntentRequest
1.1.0
Small helper library to allow skills to support CanFulfillIntent requests
Install-Package Alexa.NET.CanFulfillIntentRequest -Version 1.1.0
dotnet add package Alexa.NET.CanFulfillIntentRequest --version 1.1.0
<PackageReference Include="Alexa.NET.CanFulfillIntentRequest" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Alexa.NET.CanFulfillIntentRequest --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Alexa.NET.CanFulfillIntentRequest, 1.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Alexa.NET.CanFulfillIntentRequest
Package that allows Alexa skills to take part in the CanFulfillIntentRequest Beta
Extending Requests to pick up CanFulfill
CanFulfillIntentRequestConverter.AddToRequestConverter();
...
if (convertedObj.Request is Request.Type.CanFulfillIntentRequest)
{
...
}
Responding to CanFull requests
var skillResponse = ResponseBuilder.Ask(...);
return skillResponse.CanFulfill(canFulfillIntent);
Alexa.NET.CanFulfillIntentRequest
Package that allows Alexa skills to take part in the CanFulfillIntentRequest Beta
Extending Requests to pick up CanFulfill
CanFulfillIntentRequestConverter.AddToRequestConverter();
...
if (convertedObj.Request is Request.Type.CanFulfillIntentRequest)
{
...
}
Responding to CanFull requests
var skillResponse = ResponseBuilder.Ask(...);
return skillResponse.CanFulfill(canFulfillIntent);
Release Notes
update to netstandard2.0
Dependencies
-
.NETStandard 2.0
- Alexa.NET (>= 1.8.0)
- Newtonsoft.Json (>= 12.0.2)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Alexa.NET.CanFulfillIntentRequest:
Package | Downloads |
---|---|
Ask.Sdk.Core
Core SDK package that contains the basic components and default implementations of ASK SDK for .Net Core.
|
GitHub repositories
This package is not used by any popular GitHub repositories.