public sealed class UpdateSessionEntityTypeRequest : IMessage<UpdateSessionEntityTypeRequest>, IEquatable<UpdateSessionEntityTypeRequest>, IDeepCloneable<UpdateSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.UpdateSessionEntityType].
public SessionEntityType SessionEntityType { get; set; }
Required. The session entity type to update.
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."],[[["This page details the `UpdateSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used to update session entity types in Dialogflow CX."],["The latest version documented is 2.23.0, with multiple previous versions listed, including version 2.1.0 which is the version this content focuses on, and also going as far back as version 1.0.0."],["The `UpdateSessionEntityTypeRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It features a constructor `UpdateSessionEntityTypeRequest()` and `UpdateSessionEntityTypeRequest(UpdateSessionEntityTypeRequest)` for creating instances, and it contains properties `SessionEntityType` and `UpdateMask` for specifying the session entity type and update control."],["The request message is used to update session entity types with a specific format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/sessions/\u003cSession ID\u003e/entityTypes/\u003cEntity Type ID\u003e` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/environments/\u003cEnvironment ID\u003e/sessions/\u003cSession ID\u003e/entityTypes/\u003cEntity Type ID\u003e`, with the 'draft' environment being the default."]]],[]]