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 content details the `UpdateSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, with the latest version being 4.26.0 and a history of versions back to 3.2.0."],["This class is used for updating session entity types in Dialogflow, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new instance and cloning an existing `UpdateSessionEntityTypeRequest`, in addition to inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Key properties of this class are `SessionEntityType`, which is required for specifying the entity type to be updated, and `UpdateMask`, an optional property used to control which fields are updated."],["The current documentation covers version 3.9.0, showing the available constructors and properties of the `UpdateSessionEntityTypeRequest` class, along with the version history of previous documentation."]]],[]]