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-04-09 UTC."],[[["This page details the `UpdateContextRequest` class, which is used to update a context in Google Cloud Dialogflow V2."],["The latest version available for this class is 4.26.0, but it also includes documentation for versions ranging from 3.2.0 to 4.25.0, which are listed in descending order."],["`UpdateContextRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage its behavior and structure."],["The class has two constructors, `UpdateContextRequest()`, which is the default, and `UpdateContextRequest(UpdateContextRequest other)` for copying values."],["The `UpdateContextRequest` class has the properties of `Context` to specify the context to update, and `UpdateMask` to determine which fields should be updated."]]],[]]