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 `UpdateSessionEntityTypeRequest` class is used to update session entity types within Google Cloud Dialogflow V2."],["This request message is part of the `Google.Cloud.Dialogflow.V2` namespace and is found in the `Google.Cloud.Dialogflow.V2.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it is a part of a larger framework."],["The class offers two constructors, one being the default, and the other to create a new instance based on another `UpdateSessionEntityTypeRequest` object."],["It provides properties for `SessionEntityType` and `UpdateMask`, enabling the specification of the entity to be updated and the control of which of its fields should be modified."]]],[]]