dialogflow-cordova-client
dialogflow-cordova-client copied to clipboard
Cordova library for Dialogflow
When used on Android, the requestVoice call works fine and is able to parse my request and return a JSON payload from my API.AI agent. However, on iOS the response...
I followed the tutorial and created a weather agent, and successfully connected to my ionic app, everything seemed to work well, except after I changed the text response to a...
I used this plugin for a while with older Cordova 6.x but when I upgraded to 7.1.0 I got this error: ``` ENOENT: no such file or directory, open '[...]cordova-plugin-apiai/www/lib/q.js'...
I tested on ios and receiving messages[] array with no problem, but same webhook tested in android, messages is not shown.
Hi Team, I am trying to use this plugin, in our mobile devices. I want to know the sample JSON for custom payload in default reponse section. Please help
The plug-in does not work on >iOS10 due to the following error; `[access] This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's...
I have a problem when trying to build in android. Cant import AIConfiguration. But its building successfully in ios. Please help node:5450) UnhandledPromiseRejectionWarning: Error: /Users/hendrick.s.acosta/Progressive-Web-Apps/ionictry/ionic-apiai/platforms/android/gradlew: Command failed with exit code...
Error: ENOENT: no such file or directory, open 'C:\cordovadev\diagflow\testdiag\platforms\android\res\xml\config.xml' This occurs with a new Cordova app, the result of "cordova create mytest", with the following sequence: - cordova create mytest...
I am getting this error while executing ApiAIPlugin.requestVoice "java.lang.NullPointerException:Attempt to invoke virtual method'void ai.api.AIService.startListening(ai.api.RequestExtras)' on a null object reference"
I've developed my own functionality on top of DialogFlow plugin. But when i'm adding the new plugin to any cordova project, getting crash at `aiService.startListening(requestExtras);` in `ApiAiPlugin` class by throwing...