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

`AIRequest request = new AIRequest(); request.setQuery(message); request.setSessionId(MyData.getInstance(MyApplication.getInstance()).getGatewayId() + "_" + MyData.getInstance(MyApplication.getInstance()).getUsername()); return aiService.textRequest(request);` and when i get AIResponse object it gives me some different session id. How can i set...

I download the Android Studio 2.3.3, create a blank project try o add the dependencies ``` compile 'ai.api:sdk:2.0.7@aar' // api.ai SDK dependencies compile 'com.android.support:appcompat-v7:23.2.1' ``` but only to do this...

Seems to be setRecognizer*Sound methods don't work (it still plays default beep sounds): ``` config.setRecognizerStartSound(my_audio); config.setRecognizerStopSound(my_audio); config.setRecognizerCancelSound(my_audio); ``` I tried sample app: ``` public class AIDialogSampleActivity extends BaseActivity implements AIDialog.AIDialogListener...

i have integrated api.ai within my app and app is working fine if i am taking voice input but now i want to take text input instead of voice i...

I need to send some additional data using Webhook (e.g. current logged in username). Is there any possibility that I could add some extra field in request json? Request Json:...

Should change the 'api-ai-android-mastet' for 'apiai-android-client'

This commit 334e1655c1a31cbdc2c3c094191e9a4f5c79954a introduced: > Made google recognizer cancellation after 1 sec from last partial results for google app starts with v5.9.26. Which is really low amount of time if...

I don't know why suddenly onListenedStarted callback is not working

Lack of ProGuard guidance in readme.

Hi everyone! I'm currently trying to implement AI.API by following the provided tutorial. When I try to get the app run on the emulator, it crashes upon startup with the...