I have 700 intents in DialogFlow, and I want to enable end interaction flag in all of the intents. I wrote a script that downloads the entire agent and for every intent in this agent adds the key "endInteraction".
My problem is that when I download the entire agent I don't see endInteraction key even when I enabled it before manually.