Google Cloud Dialogflow v2beta1 API - Class DeleteEntityTypeRequest (1.0.0-beta15)

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

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

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

Inheritance

object > DeleteEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DeleteEntityTypeRequest()

public DeleteEntityTypeRequest()

DeleteEntityTypeRequest(DeleteEntityTypeRequest)

public DeleteEntityTypeRequest(DeleteEntityTypeRequest other)
Parameter
NameDescription
otherDeleteEntityTypeRequest

Properties

EntityTypeName

public EntityTypeName EntityTypeName { get; set; }

EntityTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
EntityTypeName

Name

public string Name { get; set; }

Required. The name of the entity type to delete. Supported formats:

  • projects/<Project ID>/agent/entityTypes/<Entity Type ID>
  • projects/<Project ID>/locations/<Location ID>/agent/entityTypes/<Entity Type ID>
Property Value
TypeDescription
string