public static interface EntityTypesGrpc.AsyncService
Service for managing [EntityTypes][google.cloud.dialogflow.cx.v3.EntityType].
| Modifier and Type | Method and Description |
|---|---|
default void |
createEntityType(CreateEntityTypeRequest request,
io.grpc.stub.StreamObserver<EntityType> responseObserver)
Creates an entity type in the specified agent.
|
default void |
deleteEntityType(DeleteEntityTypeRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified entity type.
|
default void |
getEntityType(GetEntityTypeRequest request,
io.grpc.stub.StreamObserver<EntityType> responseObserver)
Retrieves the specified entity type.
|
default void |
listEntityTypes(ListEntityTypesRequest request,
io.grpc.stub.StreamObserver<ListEntityTypesResponse> responseObserver)
Returns the list of all entity types in the specified agent.
|
default void |
updateEntityType(UpdateEntityTypeRequest request,
io.grpc.stub.StreamObserver<EntityType> responseObserver)
Updates the specified entity type.
|
default void listEntityTypes(ListEntityTypesRequest request, io.grpc.stub.StreamObserver<ListEntityTypesResponse> responseObserver)
Returns the list of all entity types in the specified agent.
default void getEntityType(GetEntityTypeRequest request, io.grpc.stub.StreamObserver<EntityType> responseObserver)
Retrieves the specified entity type.
default void createEntityType(CreateEntityTypeRequest request, io.grpc.stub.StreamObserver<EntityType> responseObserver)
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).
default void updateEntityType(UpdateEntityTypeRequest request, io.grpc.stub.StreamObserver<EntityType> responseObserver)
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).
default void deleteEntityType(DeleteEntityTypeRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
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.