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."],[[["The provided content details the `UpdateSessionEntityTypeRequest` class within the Google Cloud Dialogflow v2 API for .NET, including its implementation as an `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage` and `IMessage`."],["The content covers various versions of the API, with the most recent being version 4.26.0 and the lowest documented version being 3.2.0."],["`UpdateSessionEntityTypeRequest` is used to update session entity types, and it includes properties like `SessionEntityType` (required) and `UpdateMask` (optional) to specify the update parameters."],["The class includes two constructors: a parameterless one, and one that allows passing another `UpdateSessionEntityTypeRequest` object to initialize it."],["The document highlights the inheritance and implemented interfaces of `UpdateSessionEntityTypeRequest` class, as well as inherited methods and members from the `Object` class."]]],[]]