public sealed class UpdateSessionEntityTypeRequest : IMessage<UpdateSessionEntityTypeRequest>, IEquatable<UpdateSessionEntityTypeRequest>, IDeepCloneable<UpdateSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateSessionEntityTypeRequest.
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 document provides reference documentation for the `UpdateSessionEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, spanning multiple versions."],["`UpdateSessionEntityTypeRequest` is a class used to update a session entity type, as defined within the `Google.Cloud.Dialogflow.V2` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the base `object` class."],["Key properties of `UpdateSessionEntityTypeRequest` include `SessionEntityType` (required) and `UpdateMask` (optional), which are used to specify the session entity type to be updated and control which fields are updated, respectively."],["The latest version documented is 4.26.0, and the document lists versions all the way down to 3.2.0, providing links for each respective version of the `UpdateSessionEntityTypeRequest`."]]],[]]