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 documentation for the `UpdateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 1.13.0, and this class is used to update flows."],["The `UpdateFlowRequest` class is part of the Google Cloud Dialogflow CX V3 library, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties such as `Flow` (the flow to update), `LanguageCode` (the language for specific fields), and `UpdateMask` (specifying which fields to update), allowing for granular control over flow modifications."],["The page includes a list of available versions of the `UpdateFlowRequest` class ranging from 1.0.0 to 2.23.0, with 2.23.0 being the latest."],["It inherits from the `Object` class and implements multiple interfaces, offering a range of functionalities related to message handling, equality checks, deep cloning, and buffered message operations."]]],[]]