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 webpage provides documentation for the `UpdateSessionEntityTypeRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The content lists various versions of the API, ranging from 3.2.0 to the latest version 4.26.0, alongside links to their respective `UpdateSessionEntityTypeRequest` documentation."],["`UpdateSessionEntityTypeRequest` is a request message used to update a session entity type and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class's properties, including `SessionEntityType` which is a required field for the session entity type being updated, and `UpdateMask` which is an optional field to manage which parts are updated."],["The page also includes information about inherited members, namespace, and the assembly where the `UpdateSessionEntityTypeRequest` class is defined."]]],[]]