Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
ListKnowledgeBasesResponse |
KnowledgeBasesGrpc.KnowledgeBasesBlockingStub.listKnowledgeBases(ListKnowledgeBasesRequest request)
Returns the list of all knowledge bases of the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<ListKnowledgeBasesResponse> |
KnowledgeBasesGrpc.KnowledgeBasesFutureStub.listKnowledgeBases(ListKnowledgeBasesRequest request)
Returns the list of all knowledge bases of the specified agent.
|
KnowledgeBasesClient.ListKnowledgeBasesPagedResponse |
KnowledgeBasesClient.listKnowledgeBases(ListKnowledgeBasesRequest request)
Returns the list of all knowledge bases of the specified agent.
|
void |
KnowledgeBasesGrpc.KnowledgeBasesImplBase.listKnowledgeBases(ListKnowledgeBasesRequest request,
StreamObserver<ListKnowledgeBasesResponse> responseObserver)
Returns the list of all knowledge bases of the specified agent.
|
void |
KnowledgeBasesGrpc.KnowledgeBasesStub.listKnowledgeBases(ListKnowledgeBasesRequest request,
StreamObserver<ListKnowledgeBasesResponse> responseObserver)
Returns the list of all knowledge bases of the specified agent.
|
ListKnowledgeBasesRequest.Builder |
ListKnowledgeBasesRequest.Builder.mergeFrom(ListKnowledgeBasesRequest other) |
static ListKnowledgeBasesRequest.Builder |
ListKnowledgeBasesRequest.newBuilder(ListKnowledgeBasesRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static ApiFuture<KnowledgeBasesClient.ListKnowledgeBasesPagedResponse> |
KnowledgeBasesClient.ListKnowledgeBasesPagedResponse.createAsync(PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context,
ApiFuture<ListKnowledgeBasesResponse> futureResponse) |
protected KnowledgeBasesClient.ListKnowledgeBasesPage |
KnowledgeBasesClient.ListKnowledgeBasesPage.createPage(PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context,
ListKnowledgeBasesResponse response) |
ApiFuture<KnowledgeBasesClient.ListKnowledgeBasesPage> |
KnowledgeBasesClient.ListKnowledgeBasesPage.createPageAsync(PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context,
ApiFuture<ListKnowledgeBasesResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.