public sealed class UpdateSessionEntityTypeRequest : IMessage<UpdateSessionEntityTypeRequest>, IEquatable<UpdateSessionEntityTypeRequest>, IDeepCloneable<UpdateSessionEntityTypeRequest>, IBufferMessage, IMessage
The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.UpdateSessionEntityType].
[[["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.V2 namespace, used for updating session entity types in the Dialogflow API."],["The `UpdateSessionEntityTypeRequest` class is a request message for the `SessionEntityTypes.UpdateSessionEntityType` method, enabling modifications to existing session entity types."],["The latest version of `UpdateSessionEntityTypeRequest` is 4.26.0, while this specific page is dedicated to version 3.10.0 and provides links to the different version documentation."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties like `SessionEntityType` (the entity type to update) and `UpdateMask` (specifying which fields to update) along with constructors for creating new or copied instances."]]],[]]