dialogflow-cx-to-studio-migration
Installation
SKILL.md
Dialogflow CX → CX Agent Studio Migration
Use this skill when you need to migrate a Dialogflow CX agent into CX Agent Studio (Gemini Enterprise for Customer Engagement / CES). It exports the full CX agent package, enumerates all components (intents, entities, flows, pages, webhooks, route groups, etc.), and creates a CES app + agent that runs the CX agent as a remote Dialogflow agent.
What this does
- Exports the DFCX agent as a JSON package via the v3beta1 REST API.
- Parses & indexes all exported components (agents, intents, entity types, flows, pages, webhooks, transition route groups, test cases, playbooks, etc.).
- Creates a CES app and a CES agent (remote Dialogflow agent) via CES v1beta REST API.
- Sets root agent on the CES app and emits a migration report with component counts and resource names.
Scripts
scripts/migrate.py— end‑to‑end migration + report generation