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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `UpdateSessionEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `UpdateSessionEntityTypeRequest` class is used as a request message for updating session entity types in Dialogflow, as defined by `SessionEntityTypes.UpdateSessionEntityType`."],["It supports various versions of the API, with the latest being 4.26.0, and provides links to the reference documentation for each version, going back to version 3.2.0."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities such as message handling, equality checks, deep cloning, and buffer management."],["The class includes properties such as `SessionEntityType` (the session entity type to update) and `UpdateMask` (controlling which fields are updated), along with constructors to create new instances, as well as a copy constructor."]]],[]]