Uses of Class
com.google.cloud.dialogflow.v2beta1.DocumentsSettings
-
Packages that use DocumentsSettings Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of DocumentsSettings in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return DocumentsSettings Modifier and Type Method Description DocumentsSettings
DocumentsSettings.Builder. build()
static DocumentsSettings
DocumentsSettings. create(DocumentsStubSettings stub)
DocumentsSettings
DocumentsClient. getSettings()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type DocumentsSettings Modifier and Type Method Description static DocumentsClient
DocumentsClient. create(DocumentsSettings settings)
Constructs an instance of DocumentsClient, using the given settings.Constructors in com.google.cloud.dialogflow.v2beta1 with parameters of type DocumentsSettings Constructor Description Builder(DocumentsSettings settings)
DocumentsClient(DocumentsSettings settings)
Constructs an instance of DocumentsClient, using the given settings.
-