public sealed class UpdateContextRequest : IMessage<UpdateContextRequest>, IEquatable<UpdateContextRequest>, IDeepCloneable<UpdateContextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateContextRequest.
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."],[[["This page provides reference documentation for the `UpdateContextRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `UpdateContextRequest` class is used to define a request to update a context in Dialogflow, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page includes documentation for two constructors of the `UpdateContextRequest` class, one parameterless, and one that accepts another `UpdateContextRequest` object."],["Key properties of `UpdateContextRequest` include `Context`, which is the context to be updated, and `UpdateMask`, which allows for selective updating of fields."],["The page includes links to different versions of the `UpdateContextRequest` from version 3.2.0 all the way to the latest version of 4.26.0."]]],[]]