dialogflow-android-client
dialogflow-android-client copied to clipboard
Android SDK for Dialogflow
thank you
Sir , How can I use hindi text speech in DialogFlow. Please help.
How can i accesso to this property? I need this property to understand if open mic./keyboard or not. Thank you
``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.wordwrite.nsh.wordwrite, PID: 10873 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.wordwrite.nsh.wordwrite/com.wordwrite.nsh.wordwrite.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void ai.api.ui.AIButton.initialize(ai.api.android.AIConfiguration)' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2946)...
packages from ai.api seems to have been deprecated as api.ai has been changed to dialogflow v2. how do I fix this problem?
How can I send payload and lat, lon from dialogflow android sdk?
Hi, Dialogflow documentation states that 'Hindi' is supported. But while using android sdk for dialogflow ,it dosen't show 'Hindi' in supported languages.
08-18 17:21:15.210 25109-25117/? E/.howl.mychatbo: Failed to send DDMS packet REAQ to debugger Caused by: ai.api.AIServiceException: Authorization failed. Please check your access keys. at ai.api.AIDataService.request(AIDataService.java:205) at ai.api.AIDataService.request(AIDataService.java:148) at ai.api.AIDataService.request(AIDataService.java:124) I had...
Hi, I've imported ai.api:sdk:2.0.7@aar and tried to use it but the AIConfiguration.SupportedLanguages enum is missing, what version should I use till the fix?
When i use AIConfiguration object to get a reference to the AIService like his `AIService aiService = AIService.getService(context, config);` I am getting error like below AIDataService (ai.api.AIConfiguration, ai.api.AIServiceContext) in AIDataService ...