Google Cloud Dialogflow v2 API - Class GetSessionEntityTypeRequest (4.18.0)

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

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

The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.GetSessionEntityType].

Inheritance

object > GetSessionEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

GetSessionEntityTypeRequest()

public GetSessionEntityTypeRequest()

GetSessionEntityTypeRequest(GetSessionEntityTypeRequest)

public GetSessionEntityTypeRequest(GetSessionEntityTypeRequest other)
Parameter
NameDescription
otherGetSessionEntityTypeRequest

Properties

Name

public string Name { get; set; }

Required. The name of the session entity type. Format: projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type Display Name> or projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>. 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