Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@Canain Canain released this 17 Jun 16:01

This is the initial release of @assistant/conversation, a Conversational Action-specific successor to the actions-on-google fulfillment library.

Note: The tagged commit on GitHub incorrectly reflects a minor logging prefix change that was released in 3.0.1.

Added:

  • Support for Actions Builder and Actions SDK
  • Support for new media features like media controls and media progress
  • Support for home storage

Changed:

  • Simplify and align the names of the raw JSON API and fulfillment library
  • Redesign API objects to be based directly on raw JSON objects
  • Update type code generation to use published JSON schema
  • Merge conv.ask and conv.close into conv.add to reflect conversation exits being defined by the Actions Builder console

Removed:

  • Support for Node <10
  • Support for the legacy Actions SDK
  • Support for Dialogflow
  • Smart home support (continued support in actions-on-google)