Skip to content

v0.2.0

Compare
Choose a tag to compare
@webus webus released this 07 Jan 10:30
· 6 commits to master since this release

Improvements:

  • Support for multiple pageId
  • Renamed in API.AI to Dialogflow
  • Increased support for environment variables at the application level. Supported environment variables, configuration file values, and values from any other source (e.g. from a database).
  • Framework initialization moved to separate init method.
  • Unique session id is now calculated as a combination of pageId and senderId.
  • APIAI_ACCESS_TOKEN is deprecated, use DIALOGFLOW_ACCESS_TOKEN instead.