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 `UpdateFlowRequest` class is used to send requests for updating flows within Google Cloud Dialogflow CX, specifically through the `Flows.UpdateFlow` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UpdateFlowRequest` constructor allows for creating an instance either as a new object or by copying an existing `UpdateFlowRequest` object."],["Key properties of `UpdateFlowRequest` include `Flow` (the flow to be updated), `LanguageCode` (specifying the language for certain fields), and `UpdateMask` (controlling which fields are modified during the update)."],["The provided content includes a list of available version numbers for `UpdateFlowRequest`, ranging from version 2.23.0 down to 1.0.0, each linking to its specific documentation."]]],[]]