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');
}