[[["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 reference documentation and resources for the Dialogflow Python client library.\u003c/p\u003e\n"],["\u003cp\u003eThe library reference, language guide, GitHub repository, and quickstart guide are available as resources.\u003c/p\u003e\n"],["\u003cp\u003eInstallation of the Dialogflow Python client library can be done using \u003ccode\u003epip install google-cloud-dialogflow\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe V2Beta1 API offers new features not available in the V2 API but is a beta version that may change.\u003c/p\u003e\n"],["\u003cp\u003eUsing the V2Beta1 client library requires enabling beta features and using a specific import statement.\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\n```\n\nV2Beta1 client library\n----------------------\n\n| **Beta** \n| The V2Beta1 API might be changed in backward-incompatible ways and is not subject to any SLA or deprecation policy. The V2Beta1 API is not intended for real-time usage in critical applications.\n\nDialogflow's V2Beta1 API offers new features that are not yet available with the V2 API.\nTo use the V2Beta1 client library:\n\n- Enable beta features. See [agent general settings](/dialogflow/docs/agents-settings#general).\n- Specify the V2Beta1 API in your code by using the following import statement:\n\n from google.cloud import dialogflow_v2beta1 as dialogflow"]]