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-04-09 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 construct the request message for updating a context, as part of the `Contexts.UpdateContext` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["The documentation details the constructors and properties, `Context` and `UpdateMask`, along with their types and descriptions, which are used in the `UpdateContextRequest`."],["The page also provides documentation links to a variety of prior versions of this class, from 4.26.0 all the way to 3.2.0, showing the long history of the class."]]],[]]