dialogflow-android-client
dialogflow-android-client copied to clipboard
Android SDK for Dialogflow
Dialog flow , I am not able to access payload. How to get payload json object?
TTS
Hi Is there a way that the App can read the response that is getting from Dialogflow? Thanks
I have integrated my dialogflow agent with web demo in android but in android application, mic button is not working. When i click on mic button, nothing seems to be...
It is not possible to put own sessionid. How can? i try with a java sdk and not found sessionid-branche thanks jose patricio
I tried the sample app on Android API 19 (KitKat) and it works 70% of the time, but the reaction time was very slow so I tried API 26 (Oreo)....
Hi, i face a issue: when i use some speech recognition api like bing speech 、nuance or ibm, it can work fine. but when i use the google cloud speech...
Is there a way to parse quick response with AIResponse object ? I want to parse payload but can't find a way to do it
i have an issue with PartialResultsListener its working fine but while runnng the code its tack same message multiple time any idea the code is blow: final ai.api.PartialResultsListener partialResultsListener =...
Hello all, here's the scenario. I have an app, I've implemented dialogflow with gradle, now if user says chocolate the app should show a card view with a picture and...
When i don't speak anything for more then 3 second it stops listening and throw **Speech recognition engine error: No recognition result matched** error. How can solve this issue