[BindServiceMethod(typeof(EntityTypes), "BindService")]
public abstract class EntityTypesBaseBase class for server-side implementations of EntityTypes
Inheritance
System.Object > EntityTypes.EntityTypesBaseNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Methods
CreateEntityType(CreateEntityTypeRequest, ServerCallContext)
public virtual Task<EntityType> CreateEntityType(CreateEntityTypeRequest request, ServerCallContext context)Creates an entity type in the specified agent.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateEntityTypeRequestThe request received from the client. | 
| context | Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| System.Threading.Tasks.Task<EntityType> | The response to send back to the client (wrapped by a task). | 
DeleteEntityType(DeleteEntityTypeRequest, ServerCallContext)
public virtual Task<Empty> DeleteEntityType(DeleteEntityTypeRequest request, ServerCallContext context)Deletes the specified entity type.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteEntityTypeRequestThe request received from the client. | 
| context | Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| System.Threading.Tasks.Task<Google.Protobuf.WellKnownTypes.Empty> | The response to send back to the client (wrapped by a task). | 
GetEntityType(GetEntityTypeRequest, ServerCallContext)
public virtual Task<EntityType> GetEntityType(GetEntityTypeRequest request, ServerCallContext context)Retrieves the specified entity type.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetEntityTypeRequestThe request received from the client. | 
| context | Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| System.Threading.Tasks.Task<EntityType> | The response to send back to the client (wrapped by a task). | 
ListEntityTypes(ListEntityTypesRequest, ServerCallContext)
public virtual Task<ListEntityTypesResponse> ListEntityTypes(ListEntityTypesRequest request, ServerCallContext context)Returns the list of all entity types in the specified agent.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListEntityTypesRequestThe request received from the client. | 
| context | Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| System.Threading.Tasks.Task<ListEntityTypesResponse> | The response to send back to the client (wrapped by a task). | 
UpdateEntityType(UpdateEntityTypeRequest, ServerCallContext)
public virtual Task<EntityType> UpdateEntityType(UpdateEntityTypeRequest request, ServerCallContext context)Updates the specified entity type.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateEntityTypeRequestThe request received from the client. | 
| context | Grpc.Core.ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| System.Threading.Tasks.Task<EntityType> | The response to send back to the client (wrapped by a task). |