This page provides reference documentation and related resources for the Dialogflow Java client library.
Resource | Description |
---|---|
Library reference | Dialogflow Java library reference |
Language guide | General guide for using Java 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 Java |
Installation
To install the client library:
If you are using Maven, add
the following to your pom.xml
file. For more information about
BOMs, see The Google Cloud Platform Libraries BOM.
If you are using Gradle, add the following to your dependencies:
If you are using sbt, add the following to your dependencies:
If you're using Visual Studio Code, IntelliJ, or Eclipse, you can add client libraries to your project using the following IDE plugins:
The plugins provide additional functionality, such as key management for service accounts. Refer to each plugin's documentation for details.
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 import statement:
import com.google.cloud.dialogflow.cx.v3beta1.*;