Class DeleteEntityTypeRequest
The request message for [EntityTypes.DeleteEntityType][google.cloud.dialogflow.v2.EntityTypes.DeleteEntityType].
Implements
Namespace: Google.Cloud.Dialogflow.V2
Assembly: Google.Cloud.Dialogflow.V2.dll
Syntax
public sealed class DeleteEntityTypeRequest : IMessage<DeleteEntityTypeRequest>, IEquatable<DeleteEntityTypeRequest>, IDeepCloneable<DeleteEntityTypeRequest>, IBufferMessage, IMessage
Constructors
DeleteEntityTypeRequest()
Declaration
public DeleteEntityTypeRequest()
DeleteEntityTypeRequest(DeleteEntityTypeRequest)
Declaration
public DeleteEntityTypeRequest(DeleteEntityTypeRequest other)
Parameters
Type | Name | Description |
---|---|---|
DeleteEntityTypeRequest | other |
Properties
EntityTypeName
EntityTypeName-typed view over the Name resource name property.
Declaration
public EntityTypeName EntityTypeName { get; set; }
Property Value
Type | Description |
---|---|
EntityTypeName |
Name
Required. The name of the entity type to delete.
Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>
.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |