Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

58 lines (38 loc) · 1.22 KB

0.3.3

  • Added cancelsSlotFilling, webhookSource and webhookPayload to QueryResult model

0.3.2

  • Upgraded packages
  • Updated QueryInput model event name from eventInput to event

0.3.1

  • Added platform prop to Message class
  • Added rich responses section to README

0.3.0

  • Stable release for null-safety
  • Updated dependencies
  • Changed deprecated imports for googleapis_auth

0.3.0-nullsafety.0

  • Added support for null-safety

0.2.0

  • BREAKING: Added support to fetch auth credentials in various ways
    • Url JSON fetch
    • Local file fetch
    • In memory JSON provided

0.1.5

  • Added the ability to fetch outputAudio
  • Added outputAudio bytes list to DetectIntentResponse class

0.1.4

  • Removed Singleton feature in DialogFlowtter class
  • Added jsonPath getter
  • Added jsonPath setter that updates the HTTP client

0.1.3

  • Updated README.md with package description and advantages

0.1.2

  • Added support for web in the example app
  • Removed unnecesary imports in the library

0.1.1

  • Added support for web by removing blocking dependencies

0.1.0

  • Initial development release.
    • Read data from json
    • Get authenticated http client
    • DialogFlow responses mapped into models