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].
Implements
IMessageBatchDeleteEntityTypesRequest, IEquatableBatchDeleteEntityTypesRequest, IDeepCloneableBatchDeleteEntityTypesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
BatchDeleteEntityTypesRequest()
public BatchDeleteEntityTypesRequest()
BatchDeleteEntityTypesRequest(BatchDeleteEntityTypesRequest)
public BatchDeleteEntityTypesRequest(BatchDeleteEntityTypesRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchDeleteEntityTypesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
Property Value | |
---|---|
Type | Description |
AgentName |