dialogflow / dialogflow-cordova-client

Cordova library for Dialogflow
Apache License 2.0
42 stars 23 forks source link

Contexts are not sending sometime #49

Open rahulghodke191090 opened 5 years ago

rahulghodke191090 commented 5 years ago

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, contexts : [ { name: "uuid", parameters: { uuid: this.deveiceuuid } }] },async(response) => { console.log(response) }, (error) => { console.log(JSON.stringify(error)); // to pupup messages });