Google Cloud Dialogflow v2 API - Class BatchDeleteEntityTypesRequest (4.18.0)

public sealed class BatchDeleteEntityTypesRequest : IMessage<BatchDeleteEntityTypesRequest>, IEquatable<BatchDeleteEntityTypesRequest>, IDeepCloneable<BatchDeleteEntityTypesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class BatchDeleteEntityTypesRequest.

The request message for [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntityTypes].

Inheritance

object > BatchDeleteEntityTypesRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

BatchDeleteEntityTypesRequest()

public BatchDeleteEntityTypesRequest()

BatchDeleteEntityTypesRequest(BatchDeleteEntityTypesRequest)

public BatchDeleteEntityTypesRequest(BatchDeleteEntityTypesRequest other)
Parameter
NameDescription
otherBatchDeleteEntityTypesRequest

Properties

EntityTypeNames

public RepeatedField<string> EntityTypeNames { get; }

Required. The names entity types to delete. All names must point to the same agent as parent.

Property Value
TypeDescription
RepeatedFieldstring

Parent

public string Parent { get; set; }

Required. The name of the agent to delete all entities types for. Format: projects/<Project ID>/agent.

Property Value
TypeDescription
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
TypeDescription
AgentName