I am trying to develop a chatbot using dialogflow. I am trying to develop the fulfilment in my local environment. But when I deploy the cloud functions and try to execute it I am having an error :
Error: could not handle the request
I have watched a lot of tutorials online, and read documentations still I could not solve it. Is there anyone who could help me out ?
I used this command to deploy the application:
gcloud functions deploy dialogflowFirebaseFulfillment --allow-unauthenticated
I will attach some pictures so that you will see and understand what i am facing.