Class BatchDeleteEntityTypesRequest
The request message for
[EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntityTypes].
Inheritance
BatchDeleteEntityTypesRequest
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class BatchDeleteEntityTypesRequest : IMessage<BatchDeleteEntityTypesRequest>, IEquatable<BatchDeleteEntityTypesRequest>, IDeepCloneable<BatchDeleteEntityTypesRequest>, IBufferMessage, IMessage
Constructors
BatchDeleteEntityTypesRequest()
Declaration
public BatchDeleteEntityTypesRequest()
BatchDeleteEntityTypesRequest(BatchDeleteEntityTypesRequest)
Declaration
public BatchDeleteEntityTypesRequest(BatchDeleteEntityTypesRequest other)
Parameters
Properties
EntityTypeNames
Required. The names entity types to delete. All names must point to the
same agent as parent
.
Declaration
public RepeatedField<string> EntityTypeNames { get; }
Property Value
Parent
Required. The name of the agent to delete all entities types for. Format:
projects/<Project ID>/agent
.
Declaration
public string Parent { get; set; }
Property Value
ParentAsAgentName
Declaration
public AgentName ParentAsAgentName { get; set; }
Property Value