Dialogflow v3 API - Class DeleteSessionEntityTypeRequest (2.21.0)

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

Reference documentation and code samples for the Dialogflow v3 API class DeleteSessionEntityTypeRequest.

The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.DeleteSessionEntityType].

Inheritance

object > DeleteSessionEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DeleteSessionEntityTypeRequest()

public DeleteSessionEntityTypeRequest()

DeleteSessionEntityTypeRequest(DeleteSessionEntityTypeRequest)

public DeleteSessionEntityTypeRequest(DeleteSessionEntityTypeRequest other)
Parameter
Name Description
other DeleteSessionEntityTypeRequest

Properties

Name

public string Name { get; set; }

Required. The name of the session entity type to delete. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>. If Environment ID is not specified, we assume default 'draft' environment.

Property Value
Type Description
string

SessionEntityTypeName

public SessionEntityTypeName SessionEntityTypeName { get; set; }

SessionEntityTypeName-typed view over the Name resource name property.

Property Value
Type Description
SessionEntityTypeName