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 latest version of the `UpdateSessionEntityTypeRequest` is 4.26.0, while this page is for version 4.1.0, and many other versions in between are also available."],["`UpdateSessionEntityTypeRequest` is a request message used for updating session entity types within the Google Cloud Dialogflow V2 API."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSessionEntityTypeRequest` has two properties: `SessionEntityType`, which is required and specifies the session entity type to update, and `UpdateMask`, which is optional and allows control over which fields are updated."],["This class is a component of the `Google.Cloud.Dialogflow.V2` namespace and it is included in the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]