public sealed class CreateSessionEntityTypeRequest : IMessage<CreateSessionEntityTypeRequest>, IEquatable<CreateSessionEntityTypeRequest>, IDeepCloneable<CreateSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateSessionEntityTypeRequest.
The request message for
[SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.CreateSessionEntityType].
Required. The session to create a session entity type for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/sessions/<Session ID> or projects/<Project ID>/locations/<Location
ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session 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 provides documentation for the `CreateSessionEntityTypeRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, which is used for creating session entity types in Dialogflow CX."],["The content includes a list of available versions for the `CreateSessionEntityTypeRequest` class, ranging from the latest version 2.23.0 down to version 1.0.0, where each version has a unique url path to its documentation."],["The `CreateSessionEntityTypeRequest` class inherits from the base .NET `object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateSessionEntityTypeRequest` class has two constructors, `CreateSessionEntityTypeRequest()` and `CreateSessionEntityTypeRequest(CreateSessionEntityTypeRequest other)`, and also contains properties such as `Parent`, `ParentAsSessionName`, and `SessionEntityType`."],["This class is primarily used to define the request message for the `SessionEntityTypes.CreateSessionEntityType` method within the Google Cloud Dialogflow CX v3 API, and it requires a parent session identifier and the session entity type information to create a session entity type."]]],[]]