Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
Dialogflow's V3Beta1 API offers new features
that are not yet available with the V3 API.
To use the V3Beta1 client library,
specify the V3Beta1 API in your code
by using the following require statement,
specify the V3Beta1 API in your code
by using the following import statement:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-22 UTC."],[[["\u003cp\u003eThis page offers documentation and resources for the Dialogflow Python client library.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a library reference, a language guide, and a link to the GitHub repository for the source code.\u003c/p\u003e\n"],["\u003cp\u003eUsers can access a quickstart guide for an introduction to the library, as well as a Stack Overflow link for troubleshooting.\u003c/p\u003e\n"],["\u003cp\u003eThe client library can be installed using the pip command: \u003ccode\u003epip install google-cloud-dialogflow-cx\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers both the stable V3 API and the V3Beta1 API which offers new features but might change in backward-incompatible ways.\u003c/p\u003e\n"]]],[],null,["# Python client library\n\nThis page provides reference documentation and related resources for the\nDialogflow Python client library.\n\n### Installation\n\n\nTo install the client library:\n\n```\npip install google-cloud-dialogflow-cx\n```\n\nV3Beta1 client library\n----------------------\n\n| **Beta** \n| The V3Beta1 API might be changed in backward-incompatible ways and is not subject to any SLA or deprecation policy. The V3Beta1 API is not intended for real-time usage in critical applications.\n\nDialogflow's V3Beta1 API offers new features\nthat are not yet available with the V3 API.\nTo use the V3Beta1 client library,\nspecify the V3Beta1 API in your code\nby using the following require statement,\nspecify the V3Beta1 API in your code\nby using the following import statement: \n\n from google.cloud import dialogflowcx_v3beta1 as dialogflow"]]