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

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

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

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

Inheritance

object > DeleteSessionEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

DeleteSessionEntityTypeRequest()

public DeleteSessionEntityTypeRequest()

DeleteSessionEntityTypeRequest(DeleteSessionEntityTypeRequest)

public DeleteSessionEntityTypeRequest(DeleteSessionEntityTypeRequest other)
Parameter
NameDescription
otherDeleteSessionEntityTypeRequest

Properties

Name

public string Name { get; set; }

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

  • projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
  • projects/<Project ID>/locations/<Location ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
  • projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
  • projects/<Project ID>/locations/<Location ID>/agent/environments/ <Environment ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>

If Location ID is not specified we assume default 'us' location. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user.

Property Value
TypeDescription
string

SessionEntityTypeName

public SessionEntityTypeName SessionEntityTypeName { get; set; }

SessionEntityTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
SessionEntityTypeName