Webhook call failed. Error: Failed to parse webhook JSON response: Expect message object but got: null
recently I was trying to create a chatbot using dialogflow. I had setup and trained the dialogflow agent as intended. After this, I created a backend. Although, it was in its initial step for testing purposes. I was just making sure that the agent is hitting the backend or not. I created the backend using fast api. I tried by giving some input to the agent. Basically it is a food ordering chatbot. I am getting this error everytime when i gave order id.
Dialogflow Webhook Not Working When Called from Python Code
we are integrating the Dialogflow webhook service using FastAPI. Everything is working fine, but when we call the Dialogflow API from our Python code, the webhook response is not received. However, the webhook is working on the Dialogflow console’s right-side message tab.
Dialogflow Webhook Not Working When Called from Python Code
we are integrating the Dialogflow webhook service using FastAPI. Everything is working fine, but when we call the Dialogflow API from our Python code, the webhook response is not received. However, the webhook is working on the Dialogflow console’s right-side message tab.
How to show rich content in dialogflow in same line?
I was expecting all the rich messages I added in form of chips in dialogflow to be in same line (i mean 4-5 in one then in other) but it displayed only one in one line). How to solve this?