public sealed class UpdateFlowRequest : IMessage<UpdateFlowRequest>, IEquatable<UpdateFlowRequest>, IDeepCloneable<UpdateFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateFlowRequest.
The request message for [Flows.UpdateFlow][google.cloud.dialogflow.cx.v3.Flows.UpdateFlow].
If not specified, the agent's default language is used.
Many
languages
are supported.
Note: languages must be enabled in the agent before they can be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `UpdateFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, covering versions from 1.0.0 to 2.23.0 with the latest being 2.23.0."],["The `UpdateFlowRequest` class is part of the Dialogflow v3 API and is used to request updates to a flow, as specified by the `Flows.UpdateFlow` method."],["The `UpdateFlowRequest` class inherits from Object and implements multiple interfaces, including `IMessage`, `IEquatable\u003cUpdateFlowRequest\u003e`, `IDeepCloneable\u003cUpdateFlowRequest\u003e`, and `IBufferMessage`, `IMessage`."],["Key properties of the `UpdateFlowRequest` class include `Flow` (the flow to update), `LanguageCode` (the language for specific fields), and `UpdateMask` (controls which fields are updated)."],["The content is composed of an exhaustive list of links to the `UpdateFlowRequest` across 36 versions, from the latest version 2.23.0 down to version 1.0.0."]]],[]]