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."],[[["This webpage details the `CreateSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.10.0, used to create session entity types in Dialogflow."],["The `CreateSessionEntityTypeRequest` class is a request message for the `SessionEntityTypes.CreateSessionEntityType` method, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `Parent`, a string representing the session's resource name, and `SessionEntityType`, representing the session entity type to create, both of which are required for the operation."],["There is documentation available for numerous previous versions of the `CreateSessionEntityTypeRequest` class dating back from 4.26.0 (latest) to 3.2.0, all under the same parent page, to provide context around the history of the class."],["The `CreateSessionEntityTypeRequest` class can be constructed using its constructor, either the default or by using another `CreateSessionEntityTypeRequest` object to copy over existing values."]]],[]]