https://github.com/orhun/dialogflowbot
Google's Dialogflow implementation on Android with additional features.
https://github.com/orhun/dialogflowbot
assistant-chat-bots dialogflow dialogflow-android speech-recognition text-to-speech
Last synced: 10 months ago
JSON representation
Google's Dialogflow implementation on Android with additional features.
- Host: GitHub
- URL: https://github.com/orhun/dialogflowbot
- Owner: orhun
- License: gpl-3.0
- Created: 2019-08-24T22:13:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T16:26:50.000Z (over 3 years ago)
- Last Synced: 2025-04-16T00:07:02.580Z (about 1 year ago)
- Topics: assistant-chat-bots, dialogflow, dialogflow-android, speech-recognition, text-to-speech
- Language: Java
- Homepage:
- Size: 117 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dialogflowbot [](https://github.com/orhun/dialogflowbot/releases)
[](./LICENSE)
## Google's Dialogflow implementation with Speech Recognition and Text-to-Speech.
It's an Android application that aims to continuously listen to environment for recognizing speech and responding with the Dialogflow results converted to speech.
## Application Flowchart

* Dialogflow has the automatic TTS feature but it's not used for gaining control over text responses.
## Build Instructions
* Navigate to [Dialogflow Console](https://console.dialogflow.com). (Create your agent and intents if it doesn't exist.)
* Go to general settings and select your service account mail. It will redirect you to the Google Cloud.

* Select your project mail with the `Dialogflow Integrations` name and create new JSON key at the below.


* Save JSON key file to `/app/src/main/res/raw/dialogflow_credentials.json`
* Build!
## License
GNU General Public License ([v3](https://www.gnu.org/licenses/gpl.txt))
## Copyright
Copyright (c) 2019-2023, [orhun](https://www.github.com/orhun)