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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The page documents the `UpdateSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, serving as a request message for updating session entity types in Dialogflow."],["The most recent version documented is 4.26.0, and versions back to 3.2.0 are available for reference within the content."],["`UpdateSessionEntityTypeRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `SessionEntityType` (required for the update) and `UpdateMask` (optional, to specify fields to be updated)."],["There are two constructors available: a default constructor and one which takes an `UpdateSessionEntityTypeRequest` object as a parameter."]]],[]]