Skip to content
Advertisement

Tag: dialogflow-es

DialogFlow with Android

I’m making an app with Android Studio (Java) and Dialogflow V2. I want to speak with the app and the message I said goes to Dialogflow and it answers me. The thing is that all I can find is that the user types the message and it is sent to Dialogflow. Does someone know how to do it? How to

Setting GCP environment variable in Spring boot with vs code

I’m trying to set up GOOGLE_APPLICATION_CREDENTIALS but keep getting this error java.io.IOException: The Application Default Credentials are not available. They are available if running in Google Compute Engine. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the credential I have defined in my application properties: Added the dependency in the pom file: Tried to do

Advertisement