Machine Learning — entry 005 of 24

Dialogflow

Verified Jul 2026

Dialogflow is Google Cloud's natural-language-understanding platform for building conversational agents across chat, voice, and IVR, split into a simpler intent-based ES edition and a flow/playbook-based CX edition for larger, more complex agents. Both editions authenticate with Google Cloud OAuth2 service-account credentials rather than a flat API key, and billing follows standard GCP usage-based pricing with a free-trial credit to start. Google's newer marketing increasingly surfaces the CX side under a "Customer Experience Agent Studio" / Gemini Enterprise banner, but the Dialogflow ES/CX APIs and docs are still live and unchanged.

conversational-ainluchatbotgoogle-cloudvoice
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingMeteredBilled per request beyond a limited free quota.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score48out of 100
Authentication8/25OAuth flow required
Pricing11/20Metered / usage-based pricing
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 48 on greatapis.com
<a href="https://greatapis.com/api/dialogflow/"><img src="https://greatapis.com/badge/dialogflow.svg" alt="Scored 48 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.