public sealed class CreateSessionEntityTypeRequest : IMessage<CreateSessionEntityTypeRequest>, IEquatable<CreateSessionEntityTypeRequest>, IDeepCloneable<CreateSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.CreateSessionEntityType].
Required. The session to create a session entity type for.
Format: projects/{Project ID}/agent/sessions/{Session ID} or
projects/{Project ID}/agent/environments/{Environment ID}/users/{User ID}/
sessions/<Session ID>.
If Environment ID is not specified, we assume default 'draft'
environment. If User ID is not specified, we assume default '-' user.
[[["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 content pertains to the `CreateSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its various versions, inheritance, implementations, constructors, and properties."],["The latest version available for the `CreateSessionEntityTypeRequest` is 4.26.0, with versions spanning down to 3.2.0 also accessible, and it is specifically the request message for `SessionEntityTypes.CreateSessionEntityType`."],["`CreateSessionEntityTypeRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities in message handling, comparison, deep cloning, and buffer operations."],["The `CreateSessionEntityTypeRequest` class includes constructors for creating a new instance or copying an existing one, and it has properties such as `Parent` (session information) and `SessionEntityType` (the session entity type to create)."],["The `Parent` property in `CreateSessionEntityTypeRequest` specifies the session format as `projects/{Project ID}/agent/sessions/{Session ID}` or `projects/{Project ID}/agent/environments/{Environment ID}/users/{User ID}/sessions/\u003cSession ID\u003e`."]]],[]]