https://github.com/devmuaz/flutter_dialog_flow_bot
Simple example app of using the DialogFlow API and how you can make ChatBot.
https://github.com/devmuaz/flutter_dialog_flow_bot
ai chatbot dialogflow-api flutter
Last synced: 3 months ago
JSON representation
Simple example app of using the DialogFlow API and how you can make ChatBot.
- Host: GitHub
- URL: https://github.com/devmuaz/flutter_dialog_flow_bot
- Owner: devmuaz
- Created: 2019-09-21T08:53:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T09:20:26.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T09:09:46.695Z (5 months ago)
- Topics: ai, chatbot, dialogflow-api, flutter
- Language: Dart
- Homepage:
- Size: 2.35 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DialogFlow Bot Flutter [Test App Only]
Basically this is a simple app shows you how to deal with DialogFlow APIs built by Flutter with customized UI (TESTS ONLY).
## Things you must consider:
- First you must get the API key of your agent that you create from Google Service Account
See Setting up authentication .
- This app uses the Dialogflow v1 & v2 Package for handling the API's requests, responses and so on.
- Also uses the intl Packege for internationalization and localization facilities.## Preview
Here's some screenshots after quick tests on Android 9.0
![]()
![]()
![]()