JeanJacques31
Results
1
comments of
JeanJacques31
> Yes. We did a workaround by modify the `contexts.js` in dialogflow-fulfilment library. > > ``` > const name = context['name'].split('/')[6]; > ``` > > in `_processV2InputContexts` is changed to...