Unable to connect Dialogflow to fastapi backend and ngrok using webhook
I’m unable to understand why it fails to connect with backend using webhook. Here’s my fastapi code :
@app.post(“/”)
async def handle_request(request: Request):
# Retrieve the JSON data from the request
payload = await request.json()