Skip to content

Package that allows Alexa skills to take part in the CanFulfillIntentRequest Beta

License

Notifications You must be signed in to change notification settings

javierpuntonet/Alexa.NET.CanFulfillIntentRequest

 
 

Repository files navigation

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);

About

Package that allows Alexa skills to take part in the CanFulfillIntentRequest Beta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%