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<BatchCreateEntitiesRequest,Operation> |
EntityTypesClient.batchCreateEntitiesCallable()
Creates multiple new entities in the specified entity type.
|
OperationCallable<BatchCreateEntitiesRequest,Empty,Struct> |
EntityTypesClient.batchCreateEntitiesOperationCallable()
Creates multiple new entities in the specified entity type.
|
OperationCallSettings<BatchCreateEntitiesRequest,Empty,Struct> |
EntityTypesSettings.batchCreateEntitiesOperationSettings()
Returns the object with the settings used for calls to batchCreateEntities.
|
OperationCallSettings.Builder<BatchCreateEntitiesRequest,Empty,Struct> |
EntityTypesSettings.Builder.batchCreateEntitiesOperationSettings()
Returns the builder for the settings used for calls to batchCreateEntities.
|
UnaryCallSettings<BatchCreateEntitiesRequest,Operation> |
EntityTypesSettings.batchCreateEntitiesSettings()
Returns the object with the settings used for calls to batchCreateEntities.
|
UnaryCallSettings.Builder<BatchCreateEntitiesRequest,Operation> |
EntityTypesSettings.Builder.batchCreateEntitiesSettings()
Returns the builder for the settings used for calls to batchCreateEntities.
|
static MethodDescriptor<BatchCreateEntitiesRequest,Operation> |
EntityTypesGrpc.getBatchCreateEntitiesMethod() |
Parser<BatchCreateEntitiesRequest> |
BatchCreateEntitiesRequest.getParserForType() |
static Parser<BatchCreateEntitiesRequest> |
BatchCreateEntitiesRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
EntityTypesGrpc.EntityTypesBlockingStub.batchCreateEntities(BatchCreateEntitiesRequest request)
Creates multiple new entities in the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
EntityTypesGrpc.EntityTypesFutureStub.batchCreateEntities(BatchCreateEntitiesRequest request)
Creates multiple new entities in the specified entity type.
|
void |
EntityTypesGrpc.EntityTypesImplBase.batchCreateEntities(BatchCreateEntitiesRequest request,
StreamObserver<Operation> responseObserver)
Creates multiple new entities in the specified entity type.
|
void |
EntityTypesGrpc.EntityTypesStub.batchCreateEntities(BatchCreateEntitiesRequest request,
StreamObserver<Operation> responseObserver)
Creates multiple new entities in the specified entity type.
|
OperationFuture<Empty,Struct> |
EntityTypesClient.batchCreateEntitiesAsync(BatchCreateEntitiesRequest request)
Creates multiple new entities in the specified entity type.
|
BatchCreateEntitiesRequest.Builder |
BatchCreateEntitiesRequest.Builder.mergeFrom(BatchCreateEntitiesRequest other) |
static BatchCreateEntitiesRequest.Builder |
BatchCreateEntitiesRequest.newBuilder(BatchCreateEntitiesRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.