Skip to content

Support for progressive response API, Alexa list events, and Alexa list APIs

Compare
Choose a tag to compare
@breedloj breedloj released this 14 Nov 00:10

Progressive Response API Support

Adds API support for dispatching progressive responses. This new capability helps you to keep your users engaged while a full response to a skill request is being processed. Progressive response API calls are facilitated by the included DirectiveServiceClient.

Alexa List Events

Additional Alexa list skill events are now supported. The new events are triggered when lists are:

  • Created
  • Updated
  • Deleted

These events can be handled by your skill by implementing the HouseholdListEventListenerV2 interface and configuring your skill to listen to the corresponding events.

Alexa List API Support

API support has been added for Alexa lists. Using the included ListServiceClient, you can now programmatically retrieve list info and list items, create lists and list items, delete lists and list items, and update lists and list items.