My webhook is not getting invoked from Dialogflow and always returning an error
Webhook call failed. Error: Webhook response was empty.
When I use CURL/POST MAN with the dialogflow request the response I get is according to the documentation.
{
"fulfillmentMessages": [
{
"text": {
"text": [
"Hi, how can I help?"
],
}
}
],
"fulfillmentText": "Hi, how can I help?",
"outputContexts": [],
}