public sealed class GetSessionEntityTypeRequest : IMessage<GetSessionEntityTypeRequest>, IEquatable<GetSessionEntityTypeRequest>, IDeepCloneable<GetSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.GetSessionEntityType].
Required. The name of the session entity type.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID>/entityTypes/<Entity Type ID> or
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity
Type ID>. If Environment ID is not specified, we assume default 'draft'
environment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `GetSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used to request information about a session entity type."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `GetSessionEntityTypeRequest` class includes two constructors, a default constructor and one that takes another `GetSessionEntityTypeRequest` object for copying."],["Key properties of the `GetSessionEntityTypeRequest` class include `Name`, a string representing the session entity type's resource name, and `SessionEntityTypeName`, a typed view of the `Name` property for easier access."],["The page also lists multiple versions of the package from 2.23.0 down to 1.0.0, with the most recent being 2.23.0 and contains links to all of them for the `GetSessionEntityTypeRequest`."]]],[]]