public sealed class UpdateFlowRequest : IMessage<UpdateFlowRequest>, IEquatable<UpdateFlowRequest>, IDeepCloneable<UpdateFlowRequest>, IBufferMessage, IMessage
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"]],[["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 provided content is a documentation page for the `UpdateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library, showing its various versions and properties."],["The latest version of `UpdateFlowRequest` is 2.23.0, and it includes links to documentation for versions ranging from 1.0.0 up to this latest release."],["The `UpdateFlowRequest` class is used to send a request to update a flow, as part of the Dialogflow CX API, and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `UpdateFlowRequest` class include `Flow`, `LanguageCode`, and `UpdateMask`, allowing for the specification of the flow to update, the language for specific fields, and which fields to update, respectively."],["`UpdateFlowRequest` class provides two constructors, one default constructor and another that allows copying an existing `UpdateFlowRequest` object."]]],[]]