Uses of Class
com.google.cloud.dialogflow.v2.DocumentsClient
-
Packages that use DocumentsClient Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of DocumentsClient in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return DocumentsClient Modifier and Type Method Description static DocumentsClient
DocumentsClient. create()
Constructs an instance of DocumentsClient with default settings.static DocumentsClient
DocumentsClient. create(DocumentsSettings settings)
Constructs an instance of DocumentsClient, using the given settings.static DocumentsClient
DocumentsClient. create(DocumentsStub stub)
Constructs an instance of DocumentsClient, using the given stub for making calls.
-