public sealed class GetSessionEntityTypeRequest : IMessage<GetSessionEntityTypeRequest>, IEquatable<GetSessionEntityTypeRequest>, IDeepCloneable<GetSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetSessionEntityTypeRequest.
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."],[[["The latest version of the Dialogflow v3 API for .NET is 2.23.0, with a full list of available versions ranging from 1.0.0 to 2.23.0, each with a corresponding link to its documentation."],["The provided content specifically details the `GetSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the Dialogflow v3 API."],["The `GetSessionEntityTypeRequest` class is used to retrieve session entity type information, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetSessionEntityTypeRequest` includes two constructors, `GetSessionEntityTypeRequest()`, and `GetSessionEntityTypeRequest(GetSessionEntityTypeRequest other)`, along with two properties, `Name`, and `SessionEntityTypeName`, each with a specific function."],["The `Name` property of the `GetSessionEntityTypeRequest` class is a required string that contains the name of the session entity type, following a specified format, and the `SessionEntityTypeName` is a typed view of this `Name` resource property."]]],[]]