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 version 4.18.0, and contains the documentation for the method of updating SessionEntityTypes."],["The `UpdateSessionEntityTypeRequest` class is used to send a request to the API for updating a session entity type, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `UpdateSessionEntityTypeRequest()` and a copy constructor `UpdateSessionEntityTypeRequest(UpdateSessionEntityTypeRequest other)` which takes another `UpdateSessionEntityTypeRequest` as a parameter."],["Key properties of this class include `SessionEntityType`, which is required and defines the entity type to be updated, and `UpdateMask`, which is an optional property allowing control over which fields are updated."],["This document lists versions of this specific class ranging from 4.26.0(latest) to 3.2.0, with all of them being linked to their own documentation page."]]],[]]