Cannot Read Context in Dialogflow Fulfillment (Suddenly Undefined)

后端 未结 3 1586
醉酒成梦
醉酒成梦 2021-01-13 07:57

We built a Dialogflow agent using google cloud functions as webhook which worked properly until yesterday evening. At that time I exported the agent and reimported it later

3条回答
  •  抹茶落季
    2021-01-13 08:23

    I had the same issue, I resolved it updating dialogflow-fulfillment in package.json:

    from "dialogflow-fulfillment": "^0.5.0" to "dialogflow-fulfillment": "^0.6.0"

提交回复
热议问题