Google Cloud Dialogflow v2 API - Class DeleteEntityTypeRequest (4.19.0)

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

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

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

Inheritance

object > DeleteEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

DeleteEntityTypeRequest()

public DeleteEntityTypeRequest()

DeleteEntityTypeRequest(DeleteEntityTypeRequest)

public DeleteEntityTypeRequest(DeleteEntityTypeRequest other)
Parameter
Name Description
other DeleteEntityTypeRequest

Properties

EntityTypeName

public EntityTypeName EntityTypeName { get; set; }

EntityTypeName-typed view over the Name resource name property.

Property Value
Type Description
EntityTypeName

Name

public string Name { get; set; }

Required. The name of the entity type to delete. Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>.

Property Value
Type Description
string