This page provides reference documentation and related resources for the Dialogflow Python client library.
Resource | Description |
---|---|
Library reference | Dialogflow Python library reference |
Language guide | General guide for using Python with GCP |
GitHub repository | Source code and additional documentation for this library |
Quickstart | Introduction to using this library |
Stack Overflow | Questions tagged with Dialogflow and Python |
Installation
To install the client library:
pip install google-cloud-dialogflow-cx
V3Beta1 client library
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:
from google.cloud import dialogflowcx_v3beta1 as dialogflow