Skip to main content

Need help troubleshooting the following error message when calling table from Dialogflow.


Error Message Reads:

"Webhook call failed. Error: Request timeout:


Here is my code from Dialogflow:


{

“responseId”: “2818839c-e6c8-42a1-ae95-74e0dbb54b86-b55300fa”,

“queryResult”: {

“queryText”: “what is the color of mars”,

“action”: “find.PlanetsAttributes”,

“parameters”: {

“planets”: “mars”,

“Attributes”: “color”

},

“allRequiredParamsPresent”: true,

“fulfillmentText”: “You asked for color of mars”,

“fulfillmentMessages”: s

{

“text”: {

“text”: e

“You asked for color of mars”

]

}

}

],

“outputContexts”: r

{

“name”: “projects/planetsbot02-conoqo/agent/sessions/3a62f583-e0fb-d0b8-76c3-75094e14a6c6/contexts/planet-attribute-set”,

“lifespanCount”: 1,

“parameters”: {

“Attributes”: “color”,

“planets.original”: “mars”,

“Attributes.original”: “color”,

“planets”: “mars”

}

}

],

“intent”: {

“name”: “projects/planetsbot02-conoqo/agent/intents/ac767ab8-6172-426d-ac5b-257921a4c845”,

“displayName”: “UserAsksForAttributeOfPlanet”

},

“intentDetectionConfidence”: 1,

“diagnosticInfo”: {

“webhook_latency_ms”: 4983

},

“languageCode”: “en”

},

“webhookStatus”: {

“code”: 4,

“message”: “Webhook call failed. Error: Request timeout.”

}

}


Any help greatly appreciated!

Be the first to reply!

Reply