dialogflow-cordova-client icon indicating copy to clipboard operation
dialogflow-cordova-client copied to clipboard

Cordova library for Dialogflow

Results 28 dialogflow-cordova-client issues
Sort by recently updated
recently updated
newest added

_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._ **Security Policy Violation** Project is out of compliance with Binary Artifacts policy: binaries present in source code **Rule Description** Binary Artifacts are an...

allstar

having trouble integrating it with Ionic 2 on Angular 2 with Typescript. Do you have an installation for Ionic2 and Angular2?

import {ApiAiClient} from "api-ai-javascript"; platform.ready().then(() => { const client = new ApiAiClient({accessToken: 'aaaaaaaaaaaa'}); client.textRequest('Hello!') .then((response) => { this.alertController("y","y") }) .catch((error) => { this.alertController("n","n") }) });

Hi, I am trying to invoke in the Default Welcome Intent via using Custom Event (WELCOME) to initiate the conversation. How to achieve this while using dialogflow-cordova-plugin? Here is the...

ionic chatbot dialogflow using api ai javascript - run ionic serve : ok - run ionic cordova run android : chatbot is not working thank you for recommendation

why contexts(uuid) is not being sent with queryText sometimes from android ? I checked dialogflow history Raw interaction log, Weird behaviour :( below is my request code block window["ApiAIPlugin"].requestText({query: message,...

I guess after October 23th, 2019 this library will stop working? Will it be eventually upgraded to V2 API or this is a dead-end?

Getting this build error after adding this plugin into an existing project. Error: cmd: Command failed with exit code 1 Error output: FAILURE: Build failed with an exception. * What...

greeting, it show an error while building the app, showing that the /res/xml is not finder

See https://stackoverflow.com/a/47927193/1670956 for a full explanation of the problem solved.