Cannot Read Context in Dialogflow Fulfillment (Suddenly Undefined)
问题 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 on and it worked for a while. What stopped working is that agent.context.get('...'); (also agent.getContext('...') ) does return undefined even if the context is set according to the UI and raw API response. As an example I have an intent which has a required slot shop , webhook for slot filling enabled. When I test the