public sealed class UpdateContextRequest : IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessage
The request message for [Contexts.UpdateContext][google.cloud.dialogflow.v2.Contexts.UpdateContext].
[[["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 page documents the `UpdateContextRequest` class, which is used to update a context in Google Cloud Dialogflow V2."],["The latest documented version of this class is 4.26.0, but the page defaults to version 3.8.0 with 35 total versions available for review."],["`UpdateContextRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateContextRequest` class has two properties: `Context`, which is the context to be updated, and `UpdateMask`, which controls which fields are updated."],["The request is made through `Contexts.UpdateContext` to update the Dialogflow context."]]],[]]