dialogflow-android-client
dialogflow-android-client copied to clipboard
Android SDK for Dialogflow
 I'm not able to import import ai.api.AIListener; import ai.api.android.AIConfiguration; import ai.api.android.AIService; 
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 
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,...
After Speech End I receive this error. Anyone know what could be?
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...