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."],[[["This webpage provides documentation for the `UpdateSessionEntityTypeRequest` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, with the latest version being 4.26.0 and a total of 37 versions listed."],["The `UpdateSessionEntityTypeRequest` class is used as the request message for updating session entity types in Google Cloud Dialogflow v2."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, from the Google.Protobuf library."],["Key properties of the `UpdateSessionEntityTypeRequest` class include `SessionEntityType` for specifying the session entity type to update and `UpdateMask` for controlling which fields are updated."],["The webpage also provides information on the constructors of the `UpdateSessionEntityTypeRequest` class, including a parameter description."]]],[]]