public static final class EntityTypesGrpc.EntityTypesBlockingStub extends io.grpc.stub.AbstractBlockingStub<EntityTypesGrpc.EntityTypesBlockingStub>
Service for managing [EntityTypes][google.cloud.dialogflow.cx.v3.EntityType].
| Modifier and Type | Method and Description |
|---|---|
protected EntityTypesGrpc.EntityTypesBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
EntityType |
createEntityType(CreateEntityTypeRequest request)
Creates an entity type in the specified agent.
|
com.google.protobuf.Empty |
deleteEntityType(DeleteEntityTypeRequest request)
Deletes the specified entity type.
|
EntityType |
getEntityType(GetEntityTypeRequest request)
Retrieves the specified entity type.
|
ListEntityTypesResponse |
listEntityTypes(ListEntityTypesRequest request)
Returns the list of all entity types in the specified agent.
|
EntityType |
updateEntityType(UpdateEntityTypeRequest request)
Updates the specified entity type.
|
protected EntityTypesGrpc.EntityTypesBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EntityTypesGrpc.EntityTypesBlockingStub>public ListEntityTypesResponse listEntityTypes(ListEntityTypesRequest request)
Returns the list of all entity types in the specified agent.
public EntityType getEntityType(GetEntityTypeRequest request)
Retrieves the specified entity type.
public 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 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.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.