You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
});
The text was updated successfully, but these errors were encountered: