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
Actually I could fix it by the following 'magic' steps:
info
function:function info(agent) {
store_context = agent.context.get('info_dialog_params_store');
}
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"
I solved the problem by turning off "Beta features" enter image description here