public sealed class UpdateSessionEntityTypeRequest : IMessage<UpdateSessionEntityTypeRequest>, IEquatable<UpdateSessionEntityTypeRequest>, IDeepCloneable<UpdateSessionEntityTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class UpdateSessionEntityTypeRequest.
The request message for
[SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2beta1.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 documentation is for the `UpdateSessionEntityTypeRequest` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta23."],["`UpdateSessionEntityTypeRequest` is used to send a request to update a session entity type and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` type and includes methods such as `GetHashCode`, `GetType`, and `ToString`, alongside the request-specific properties."],["The class has two constructors: a parameterless constructor and one that takes another `UpdateSessionEntityTypeRequest` instance as the `other` parameter to be used for updating."],["The properties `SessionEntityType` (required) and `UpdateMask` (optional) manage the information about the entity type to be updated, as well as control which fields get updated."]]],[]]