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
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 the error java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3. When i checked about this in online, i got some solutions but unable solve it by following thise. Any one know how to solve it
The text was updated successfully, but these errors were encountered:
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);
inApiAiPlugin
class by throwing the errorjava.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask$3
. When i checked about this in online, i got some solutions but unable solve it by following thise. Any one know how to solve itThe text was updated successfully, but these errors were encountered: