public static final class EntityTypesGrpc.EntityTypesFutureStub extends io.grpc.stub.AbstractFutureStub<EntityTypesGrpc.EntityTypesFutureStub>
Service for managing [EntityTypes][google.cloud.dialogflow.cx.v3.EntityType].
| Modifier and Type | Method and Description |
|---|---|
protected EntityTypesGrpc.EntityTypesFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<EntityType> |
createEntityType(CreateEntityTypeRequest request)
Creates an entity type in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
deleteEntityType(DeleteEntityTypeRequest request)
Deletes the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<EntityType> |
getEntityType(GetEntityTypeRequest request)
Retrieves the specified entity type.
|
com.google.common.util.concurrent.ListenableFuture<ListEntityTypesResponse> |
listEntityTypes(ListEntityTypesRequest request)
Returns the list of all entity types in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<EntityType> |
updateEntityType(UpdateEntityTypeRequest request)
Updates the specified entity type.
|
protected EntityTypesGrpc.EntityTypesFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EntityTypesGrpc.EntityTypesFutureStub>public com.google.common.util.concurrent.ListenableFuture<ListEntityTypesResponse> listEntityTypes(ListEntityTypesRequest request)
Returns the list of all entity types in the specified agent.
public com.google.common.util.concurrent.ListenableFuture<EntityType> getEntityType(GetEntityTypeRequest request)
Retrieves the specified entity type.
public com.google.common.util.concurrent.ListenableFuture<EntityType> createEntityType(CreateEntityTypeRequest request)
Creates an entity type in the specified agent. Note: You should always train a flow prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
public com.google.common.util.concurrent.ListenableFuture<EntityType> updateEntityType(UpdateEntityTypeRequest request)
Updates the specified entity type. Note: You should always train a flow prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteEntityType(DeleteEntityTypeRequest request)
Deletes the specified entity type. Note: You should always train a flow prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
Copyright © 2023 Google LLC. All rights reserved.