Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API.
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
DocumentsClient.ListDocumentsPagedResponse |
DocumentsClient.listDocuments(com.google.cloud.dialogflow.v2beta1.KnowledgeBaseName parent)
Returns the list of all documents of the knowledge base.
|
DocumentsClient.ListDocumentsPagedResponse |
DocumentsClient.listDocuments(com.google.cloud.dialogflow.v2beta1.ListDocumentsRequest request)
Returns the list of all documents of the knowledge base.
|
DocumentsClient.ListDocumentsPagedResponse |
DocumentsClient.listDocuments(String parent)
Returns the list of all documents of the knowledge base.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<DocumentsClient.ListDocumentsPagedResponse> |
DocumentsClient.ListDocumentsPagedResponse.createAsync(PageContext<com.google.cloud.dialogflow.v2beta1.ListDocumentsRequest,com.google.cloud.dialogflow.v2beta1.ListDocumentsResponse,com.google.cloud.dialogflow.v2beta1.Document> context,
com.google.api.core.ApiFuture<com.google.cloud.dialogflow.v2beta1.ListDocumentsResponse> futureResponse) |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse> |
DocumentsClient.listDocumentsPagedCallable()
Returns the list of all documents of the knowledge base.
|
PagedCallSettings<com.google.cloud.dialogflow.v2beta1.ListDocumentsRequest,com.google.cloud.dialogflow.v2beta1.ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse> |
DocumentsSettings.listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments.
|
PagedCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.ListDocumentsRequest,com.google.cloud.dialogflow.v2beta1.ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse> |
DocumentsSettings.Builder.listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<com.google.cloud.dialogflow.v2beta1.ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse> |
GrpcDocumentsStub.listDocumentsPagedCallable() |
UnaryCallable<com.google.cloud.dialogflow.v2beta1.ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse> |
DocumentsStub.listDocumentsPagedCallable() |
PagedCallSettings<com.google.cloud.dialogflow.v2beta1.ListDocumentsRequest,com.google.cloud.dialogflow.v2beta1.ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse> |
DocumentsStubSettings.listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments.
|
PagedCallSettings.Builder<com.google.cloud.dialogflow.v2beta1.ListDocumentsRequest,com.google.cloud.dialogflow.v2beta1.ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse> |
DocumentsStubSettings.Builder.listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.
|
Copyright © 2019 Google LLC. All rights reserved.