dialogflow-cordova-client
dialogflow-cordova-client copied to clipboard
Cordova library for Dialogflow
Don't want to use javascript lib npm install api-ai-javascript --save **Below integration fails the build:** ``` import { Component } from '@angular/core'; import { NavController, AlertController } from 'ionic-angular'; declare...
2017-06-21 16:41:50.945536+0800 MyApp[4942:1061563] [avas] AVAudioSession.mm:1049:-[AVAudioSession setActive:withOptions:error:]: Deactivating an audio session that has running I/O. All I/O should be stopped or paused prior to deactivating the audio session. 2017-06-21 16:41:50.990044+0800 MyApp[4942:1061563]...
While initialising the sdk in the init function, I am passing sessionId like this ``` ApiAIPlugin.init({ clientAccessToken: "XXXXXXXXXXXXXXXXX", sessionId : "591af603305983a0957bc8bc" }, function(result) { console.log('result------>', result) }, function(error) { console.log('error------>',...
I've attached a webhook to my intent, the speech field is the one that gets returned from the webservice however the there is no data field on the response from...
Hi, We are using your plugin for speech recognition to develop cordova ios app. Implemented this function ApiAIPlugin.init( { clientAccessToken: "YOUR_CLIENT_ACCESS_TOKEN", // insert your client access key here lang: "en"...
(also posted on the api.ai discussions page) Hi! I'm trying to use the APIAi plugin with cordova for voice. Within the emulator, it all works perfectly, but once I run...
Hi, I would like to ask if it is possible to set delay time between start listening and finish listening? So I can say longer sentences.