Uses of Class
com.google.cloud.dialogflow.v2.DocumentsSettings
-
Packages that use DocumentsSettings Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of DocumentsSettings in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 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.v2 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.v2 with parameters of type DocumentsSettings Constructor Description Builder(DocumentsSettings settings)
DocumentsClient(DocumentsSettings settings)
Constructs an instance of DocumentsClient, using the given settings.
-