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 provided content is the reference documentation for the `GetSessionEntityTypeRequest` class in the Google Cloud Dialogflow CX v3 API, within the .NET framework."],["This class is used to make requests to the `SessionEntityTypes.GetSessionEntityType` method."],["The `GetSessionEntityTypeRequest` class inherits from `object` and implements several interfaces: `IMessage\u003cGetSessionEntityTypeRequest\u003e`, `IEquatable\u003cGetSessionEntityTypeRequest\u003e`, `IDeepCloneable\u003cGetSessionEntityTypeRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The documentation details the constructors, properties (including `Name` and `SessionEntityTypeName`), inherited members, and the assembly (`Google.Cloud.Dialogflow.Cx.V3.dll`) for the `GetSessionEntityTypeRequest` class."],["The documentation also lists the different versions of the Dialogflow API, ranging from version 2.23.0 down to 1.0.0, including the specific reference page for each one."]]],[]]