Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BatchUpdateEntitiesRequest,Operation> |
EntityTypesClient.batchUpdateEntitiesCallable()
Updates or creates multiple entities in the specified entity type.
|
OperationCallable<BatchUpdateEntitiesRequest,Empty,Struct> |
EntityTypesClient.batchUpdateEntitiesOperationCallable()
Updates or creates multiple entities in the specified entity type.
|
OperationCallSettings<BatchUpdateEntitiesRequest,Empty,Struct> |
EntityTypesSettings.batchUpdateEntitiesOperationSettings()
Returns the object with the settings used for calls to batchUpdateEntities.
|
OperationCallSettings.Builder<BatchUpdateEntitiesRequest,Empty,Struct> |
EntityTypesSettings.Builder.batchUpdateEntitiesOperationSettings()
Returns the builder for the settings used for calls to batchUpdateEntities.
|
UnaryCallSettings<BatchUpdateEntitiesRequest,Operation> |
EntityTypesSettings.batchUpdateEntitiesSettings()
Returns the object with the settings used for calls to batchUpdateEntities.
|
UnaryCallSettings.Builder<BatchUpdateEntitiesRequest,Operation> |
EntityTypesSettings.Builder.batchUpdateEntitiesSettings()
Returns the builder for the settings used for calls to batchUpdateEntities.
|
static MethodDescriptor<BatchUpdateEntitiesRequest,Operation> |
EntityTypesGrpc.getBatchUpdateEntitiesMethod() |
Parser<BatchUpdateEntitiesRequest> |
BatchUpdateEntitiesRequest.getParserForType() |
static Parser<BatchUpdateEntitiesRequest> |
BatchUpdateEntitiesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
EntityTypesGrpc.EntityTypesBlockingStub.batchUpdateEntities(BatchUpdateEntitiesRequest request)
Updates or creates multiple entities in the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
EntityTypesGrpc.EntityTypesFutureStub.batchUpdateEntities(BatchUpdateEntitiesRequest request)
Updates or creates multiple entities in the specified entity type.
|
void |
EntityTypesGrpc.EntityTypesImplBase.batchUpdateEntities(BatchUpdateEntitiesRequest request,
StreamObserver<Operation> responseObserver)
Updates or creates multiple entities in the specified entity type.
|
void |
EntityTypesGrpc.EntityTypesStub.batchUpdateEntities(BatchUpdateEntitiesRequest request,
StreamObserver<Operation> responseObserver)
Updates or creates multiple entities in the specified entity type.
|
OperationFuture<Empty,Struct> |
EntityTypesClient.batchUpdateEntitiesAsync(BatchUpdateEntitiesRequest request)
Updates or creates multiple entities in the specified entity type.
|
BatchUpdateEntitiesRequest.Builder |
BatchUpdateEntitiesRequest.Builder.mergeFrom(BatchUpdateEntitiesRequest other) |
static BatchUpdateEntitiesRequest.Builder |
BatchUpdateEntitiesRequest.newBuilder(BatchUpdateEntitiesRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.