Voiceflow named a 2026 Best Software Award winner by G2
Read now

If you're evaluating Dialogflow today, the most important fact isn't in Google's marketing pages: Dialogflow CX's standalone console was deprecated on October 31, 2025, and existing users are now routed to Google's new Conversational Agents console, a unified surface that consolidates Dialogflow CX with Vertex AI Agent Builder. The underlying service still exists. The authoring experience has changed.
That migration is the single most useful lens for evaluating Dialogflow right now. If you're a current user, you're moving consoles regardless. If you're a new buyer, you're walking into a product whose authoring surface has been folded into something larger. Either way, this is the right moment to ask whether Dialogflow is still the right call. Or whether the migration friction is a clean opening to evaluate alternatives like Voiceflow, Cognigy, Kore.ai, or Rasa.
What follows is an honest review: what Dialogflow does well, where it's stale, what the Conversational Agents shift means in practice, and when Voiceflow is the better fit.
The big changes since the last 18 months:
If you're auditing a Dialogflow deployment, the most important question right now is whether your team has the bandwidth to relearn the Conversational Agents console mid-cycle, or whether you'd rather use the migration window to evaluate alternatives that aren't being reorganized.
Dialogflow is Google's conversational AI platform: chat and voice agents for websites, apps, and contact centers, now authored through the Conversational Agents console. It comes in two editions:
Core capabilities:
What you don't get out of the box: model choice (you're on Gemini), a dedicated playbook primitive for LLM-driven reasoning, or a unified voice-and-phone stack that doesn't require Google CCAI as a separate product.
Customers who stay on Dialogflow tend to give the same three reasons. The NLU is well-tuned. Intent classification is reliable at scale, even on noisy speech-to-text input. Integration with the rest of Google Cloud is tight: BigQuery for analytics, Vertex AI Search for RAG, and Google Workspace through native connectors. And Google's pricing model includes usage-based billing that's predictable for high-volume deployments.
For teams already inside the Google ecosystem with Workspace, BigQuery, and GCP for everything else, that gravitational pull is real.
{{blue-cta}}
Dialogflow CX's knowledge surface runs through Vertex AI Search data stores. You point it at documents, websites, or BigQuery tables, and the agent can query at runtime for grounded answers. ES has a thinner FAQ-style knowledge feature with limited filtering.
Voiceflow takes a different approach. The Knowledge Base is a first-class primitive. It does chunked semantic search over OpenAI embeddings, optional LLM synthesis using your agent's configured model, MongoDB-style filter operators on the query path, and environment-scoped content (dev, staging, and production each carry their own copy). The point isn't that one is better than the other in the abstract. The point is that Voiceflow's KB is decoupled from a specific model, while Dialogflow's is tied to Google's stack.
Google's Conversational Agents documentation is the canonical starting point. The ES quickstarts walk through building a simple agent, calling the API, and testing flows. Anyone coming from older Dialogflow ES tutorials should know two things. The CX experience is structurally different (graph-based, not intent-and-rule-based). And the console UI changed again with the 2025 migration.
Dialogflow's API ships in two editions: ES for small/midsize teams and CX for enterprise. Both expose intent detection, fulfillment, speech recognition, and webhook integration. The CX API is materially richer. Pages, flows, and parameters are first-class, and it's the path forward.
If you're new to building API-driven agents, Voiceflow has a primer on agent APIs that covers the same ground in a model-agnostic way.
Dialogflow was founded in 2010 as API.AI by Ilya Gelfenbeyn. After Google's 2016 acquisition, Gelfenbeyn led Google Assistant Investments until 2020. He's currently co-founder and Executive Chairman of Inworld AI, an AI character platform.
Alphabet, Google's parent, has a market cap of roughly $4.8 trillion as of May 2026, with TTM revenue of $402.83 billion. In Q1 2026 alone, revenue was $109.9 billion, up 20% year over year. Translation: Dialogflow isn't going anywhere as a product line. The migration to Conversational Agents is a product reorganization, not a sign of platform abandonment.
Google publishes usage-based pricing that varies by edition. ES has per-request pricing for text and audio. CX is priced per session (with text and voice sessions billed differently) and includes a free tier of $600 in credit on first activation, valid for 12 months. Enterprise customers typically negotiate volume pricing through a Google Cloud sales rep. Expect quoted figures to be heavily customer-specific.
Google has won over a long list of brand-name customers, mostly through CCAI and CX deployments in contact centers:
General Motors | Verizon | Comcast |
Ticketmaster | Wells Fargo | Hexaware Technologies |
Domino's | Best Buy | Ubisoft |
ING Bank | Malaysia Airlines | The Wall Street Journal |
Mercedes-Benz | CNN | Easy Jet |
If Dialogflow's Google lock-in or the ongoing console migration are friction points, the alternatives worth real evaluation:
For a broader survey, see our roundups of the best AI chatbots and best agent management platforms.
Dimension | Dialogflow CX (Conversational Agents) | Voiceflow |
Model flexibility | Locked to Google's Gemini family for generative features | Model-agnostic: Claude (default Sonnet 4.6), GPT-5, Gemini 3.1 Pro, Bedrock, GLM 5, Groq, OpenRouter |
Voice and phone | Voice via Google CCAI (separate stack) | Native voice + phone day-one with call_forward, DTMF, two-socket transport, multi-provider STT/TTS |
Agent paradigm | Flow-based graphs + Generators (Gemini prompt nodes) | Workflows (deterministic graphs) + Playbooks (LLM reasoning) + Tools (Functions, API, MCP), mixed in one project |
Knowledge Base | Vertex AI Search data stores | First-class KB with chunked retrieval, MongoDB-style filters, env-scoped content |
Environments | Per-flow versioning, no first-class env primitive | Dev / staging / production environments with promotion pipelines |
Authoring stability | Console migrated October 2025; ongoing changes | Stable authoring surface, no console deprecation in flight |
Security | Google Cloud-native (SOC 2, ISO, HIPAA via BAA) | SOC 2 Type 2, PII masking on by default |
{{blue-cta}}
Five reasons that hold up under enterprise scrutiny. Not generic feature-list claims, but things you can verify in a free-tier trial.
Voiceflow's runtime exposes a wide model catalog: Anthropic's Claude (Sonnet 4.6 as the default), OpenAI's GPT-5 and GPT-5.2, Google's Gemini 3.1 Pro, AWS Bedrock-hosted Claude, Voiceflow-native GLM 5, Groq, and OpenRouter. You pick per task. You swap when something better lands. Dialogflow's generative features are bound to Gemini.
For builders who actively avoid model lock-in (most senior AI/ML teams in 2026), that's the cleanest single differentiator.
Voiceflow ships native voice and phone in the core platform: call_forward for human escalation, dtmf for IVR menus and secure data capture, two-socket transport for live transcripts plus TTS audio, multi-provider STT (Deepgram, Google) and TTS (ElevenLabs, Google, Polly), and barge-in for natural turn-taking. If you're building a voice agent or AI call center agent, it's the same agent and the same authoring surface as your chat agent.
Dialogflow voice runs through Google CCAI as a separate product. Different config surface, different licensing, different team usually.
Voiceflow exposes three composable primitives:
You mix freely. A playbook can transition into a workflow for a sub-task and return when it's done. Session state and conversation history persist across the boundary. Dialogflow CX's flow-based model is closer to "graph plus prompt nodes." It's a different generation of the same idea.
This matters for builders who are already designing agentic AI systems where deterministic and LLM-reasoning surfaces need to coexist in one project.
Voiceflow ships:
These exist in Google Cloud too, spread across Vertex AI, Cloud Logging, and Looker. The Voiceflow difference is that they're a single integrated surface, not assembled.
Voiceflow runs production agents at Turo, StubHub International, Sanlam Studios, and Trilogy. The customer service automation playbook for enterprise ROI is documented; the security and compliance posture covers SOC 2 Type 2 with PII masking on by default. If you're scoping a customer service AI agent for a regulated environment, those are real reference points.
{{blue-cta}}
Dialogflow CX includes a $600 free credit on first activation, valid for 12 months. Dialogflow ES has a free tier with limited monthly text and audio quotas. Beyond those, both are usage-based and scale by request volume. Voiceflow has an always-on free tier (no time limit) and moves to usage-based pricing only at scale.
It depends on edition and traffic. CX bills per session, with text and voice sessions priced separately and voice meaningfully more expensive. ES bills per request. Enterprise customers typically negotiate volume pricing through a Google Cloud sales rep, and quoted figures are highly customer-specific. Check the pricing page for current rates.
Yes. Dialogflow has been Google's conversational AI platform since 2016, and CX adds generative capabilities through Gemini integration. The 2025 migration to the Conversational Agents console doesn't change that. It consolidates Dialogflow CX with Vertex AI Agent Builder under one authoring surface.
Depends on your stack. If you want model flexibility and unified voice + chat, Voiceflow is the cleanest swap. For enterprise contact-center deployments, Cognigy and Kore.ai are the natural peers, with the caveat that Cognigy is mid-acquisition. For code-first teams, Rasa is open-source. For agentic CX in high-touch consumer brands, Sierra AI is the newest serious entrant.
Yes, but it's not the path of least resistance. You can wire OpenAI as a webhook from a Dialogflow CX fulfillment, passing the user's input and returning the model's response as the agent's reply. The configuration is bespoke. Token management, error handling, and rate limiting all sit on you. If using a non-Google model is a hard requirement, a model-agnostic platform like Voiceflow is structurally closer to what you want.
Google's new unified console (released 2025) that consolidates Dialogflow CX and Vertex AI Agent Builder into one authoring surface. The Dialogflow CX console was deprecated October 31, 2025; existing CX agents are accessible through the new console. The underlying runtime is unchanged. The change is in the authoring experience.