Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
Parser<UpdateKnowledgeBaseRequest> |
UpdateKnowledgeBaseRequest.getParserForType() |
static MethodDescriptor<UpdateKnowledgeBaseRequest,KnowledgeBase> |
KnowledgeBasesGrpc.getUpdateKnowledgeBaseMethod() |
static Parser<UpdateKnowledgeBaseRequest> |
UpdateKnowledgeBaseRequest.parser() |
UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase> |
KnowledgeBasesClient.updateKnowledgeBaseCallable()
Updates the specified knowledge base.
|
UnaryCallSettings<UpdateKnowledgeBaseRequest,KnowledgeBase> |
KnowledgeBasesSettings.updateKnowledgeBaseSettings()
Returns the object with the settings used for calls to updateKnowledgeBase.
|
UnaryCallSettings.Builder<UpdateKnowledgeBaseRequest,KnowledgeBase> |
KnowledgeBasesSettings.Builder.updateKnowledgeBaseSettings()
Returns the builder for the settings used for calls to updateKnowledgeBase.
|
Modifier and Type | Method and Description |
---|---|
UpdateKnowledgeBaseRequest.Builder |
UpdateKnowledgeBaseRequest.Builder.mergeFrom(UpdateKnowledgeBaseRequest other) |
static UpdateKnowledgeBaseRequest.Builder |
UpdateKnowledgeBaseRequest.newBuilder(UpdateKnowledgeBaseRequest prototype) |
KnowledgeBase |
KnowledgeBasesGrpc.KnowledgeBasesBlockingStub.updateKnowledgeBase(UpdateKnowledgeBaseRequest request)
Updates the specified knowledge base.
|
com.google.common.util.concurrent.ListenableFuture<KnowledgeBase> |
KnowledgeBasesGrpc.KnowledgeBasesFutureStub.updateKnowledgeBase(UpdateKnowledgeBaseRequest request)
Updates the specified knowledge base.
|
KnowledgeBase |
KnowledgeBasesClient.updateKnowledgeBase(UpdateKnowledgeBaseRequest request)
Updates the specified knowledge base.
|
void |
KnowledgeBasesGrpc.KnowledgeBasesImplBase.updateKnowledgeBase(UpdateKnowledgeBaseRequest request,
StreamObserver<KnowledgeBase> responseObserver)
Updates the specified knowledge base.
|
void |
KnowledgeBasesGrpc.KnowledgeBasesStub.updateKnowledgeBase(UpdateKnowledgeBaseRequest request,
StreamObserver<KnowledgeBase> responseObserver)
Updates the specified knowledge base.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase> |
GrpcKnowledgeBasesStub.updateKnowledgeBaseCallable() |
UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase> |
KnowledgeBasesStub.updateKnowledgeBaseCallable() |
UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase> |
HttpJsonKnowledgeBasesStub.updateKnowledgeBaseCallable() |
UnaryCallSettings<UpdateKnowledgeBaseRequest,KnowledgeBase> |
KnowledgeBasesStubSettings.updateKnowledgeBaseSettings()
Returns the object with the settings used for calls to updateKnowledgeBase.
|
UnaryCallSettings.Builder<UpdateKnowledgeBaseRequest,KnowledgeBase> |
KnowledgeBasesStubSettings.Builder.updateKnowledgeBaseSettings()
Returns the builder for the settings used for calls to updateKnowledgeBase.
|
Copyright © 2022 Google LLC. All rights reserved.