Hi,
Required a help to resolve below issue,
Problem encountered: Webhook call failed. Error: DEADLINE_EXCEEDED.
I have deployed a spring boot microservice on GCP using cloud shell. Deployment was successful. When I try to access that service from Dialogflow webhook url(given by the cloud shell) it is giving Webhook call failed. Error: DEADLINE_EXCEEDED.
During analysis able to find that the webservice response is taking more than 10sec, but the dialogflow default time to get response from API is 5sec
Expected to happen: I want to get the response within 5sec on dialogflow console
Steps to reproduce: Deploy a spring boot microservice on cloud shell.
Copy the url generated by the cloud shell.
Paste the url on Dailogflow webhook url page and save.
Trigger the request from dialogflow webhook