Class GetSessionEntityTypeRequest (3.8.0)

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

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/&lt;Project ID>/agent/environments/&lt;Environment ID>/users/&lt;User ID>/sessions/&lt;Session ID>/entityTypes/&lt;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