Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API.
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
KnowledgeBasesClient.ListKnowledgeBasesPagedResponse |
KnowledgeBasesClient.listKnowledgeBases(ListKnowledgeBasesRequest request)
Returns the list of all knowledge bases of the specified agent.
|
KnowledgeBasesClient.ListKnowledgeBasesPagedResponse |
KnowledgeBasesClient.listKnowledgeBases(ProjectName parent)
Returns the list of all knowledge bases of the specified agent.
|
KnowledgeBasesClient.ListKnowledgeBasesPagedResponse |
KnowledgeBasesClient.listKnowledgeBases(String parent)
Returns the list of all knowledge bases of the specified agent.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<KnowledgeBasesClient.ListKnowledgeBasesPagedResponse> |
KnowledgeBasesClient.ListKnowledgeBasesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context,
com.google.api.core.ApiFuture<ListKnowledgeBasesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListKnowledgeBasesRequest,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse> |
KnowledgeBasesClient.listKnowledgeBasesPagedCallable()
Returns the list of all knowledge bases of the specified agent.
|
com.google.api.gax.rpc.PagedCallSettings<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse> |
KnowledgeBasesSettings.listKnowledgeBasesSettings()
Returns the object with the settings used for calls to listKnowledgeBases.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse> |
KnowledgeBasesSettings.Builder.listKnowledgeBasesSettings()
Returns the builder for the settings used for calls to listKnowledgeBases.
|
Copyright © 2019 Google LLC. All rights reserved.