dialog_flowtter 0.3.3 dialog_flowtter: ^0.3.3 copied to clipboard
A Flutter implementation of DialogFlow improved. Get your chatbots ready in no time.
0.3.3 #
- Added
cancelsSlotFilling
,webhookSource
andwebhookPayload
toQueryResult
model
0.3.2 #
- Upgraded packages
- Updated
QueryInput
model event name fromeventInput
toevent
0.3.1 #
- Added
platform
prop toMessage
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 toDetectIntentResponse
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