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

![capture](https://user-images.githubusercontent.com/31437035/32988571-00beb534-cd2d-11e7-962c-97e407ff7bac.PNG) I'm not able to import import ai.api.AIListener; import ai.api.android.AIConfiguration; import ai.api.android.AIService; ![jk](https://user-images.githubusercontent.com/31437035/32988569-f6f18504-cd2c-11e7-964f-45cce0161e9d.PNG)

I'm seeing these warnings on application startup `Rejecting re-init on previously-failed class java.lang.Class: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/management/ManagementFactory;` Likely due to the Java VM Android is running does not have...

github desktop setup for windows is giving error

changed yor to your changed indentation of code

I have the app set up and running per the instructions in the README but when the "Listen" button is pressed and a something is said and recorded, the following...

it is continuously showing cannot resolve symbol model and same error is shown forsupportedlanguages plz help me with this i am stuck ![picture2](https://cloud.githubusercontent.com/assets/29159006/26751860/e878a846-4860-11e7-87cf-86fcaa70e22d.png)

I try to run sample code but its crashing due to services. `10-12 12:24:15.880 30188-30188/ai.api.sample E/AndroidRuntime: FATAL EXCEPTION: main Process: ai.api.sample, PID: 30188 java.lang.RuntimeException: Unable to pause activity {ai.api.sample/ai.api.sample.AIServiceSampleActivity}: java.lang.IllegalArgumentException:...

Hello, I built the android sample and run it on a Sony Z5. If I click the Listen Button, nothing is happening :( If I run it in the emulator,...

I'm trying to send the text(Voice text) using following code in in the SDK . final AIConfiguration config = new AIConfiguration(ACCESS_TOKEN, AIConfiguration.SupportedLanguages.English, AIConfiguration.RecognitionEngine.System); final AIDataService aiDataService = new AIDataService(config); final...