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
{{ message }}
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
Is there a way to check if my app is able to talk to dialogflow agent using java SDK. The purpose is just to verify the credentials are working and connectivity is working when I deploy my application, before actual traffic flows in.
One way I can think of is make a intent-request itself which is not a good solution in my opinion; I wrote something as below (in clojure using java sdk)