dialogflow-android-client icon indicating copy to clipboard operation
dialogflow-android-client copied to clipboard

Android SDK for Dialogflow

Results 71 dialogflow-android-client issues
Sort by recently updated
recently updated
newest added

i am having the error whenever i am using the recognition engine and even i have included the dependencies also....compile 'ai.api:libai:1.6.12' but still it is showing the error the code...

How to parse response? i got "result": { "source": "agent", "resolvedQuery": "welcome", }, "fulfillment": { "messages": [ { "type": 0, "speech": "Hey!" }, { "type": 0, "speech": "How may I...

Using the following versions of sdk: ``` implementation 'ai.api:sdk:2.0.7@aar' implementation 'ai.api:libai:1.6.12' ``` As in [supported languages](https://dialogflow.com/docs/reference/language) I configured the agent language as **English** with locale as **Indian** in console. But...

If I store the results sent to my `partialResultsListener`, they do not match what was sent to API.AI and is returned in `resolvedQuery`: ### Sample code ```kotlin aiButton.setPartialResultsListener { partialResults...

Hi, I would there is a way to reset the context from the code during the conversation?

My requirement is that I am able to record voice once I got result from previous recording.How should I restart record without clicking AIButton