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."],[[["This document outlines the `UpdateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for updating flows in Dialogflow CX."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It offers two constructors: a default one and another that copies from an existing `UpdateFlowRequest` instance."],["The class has three main properties: `Flow` which is the flow to be updated, `LanguageCode` to specify the language for certain fields within the flow, and `UpdateMask` to define which fields are to be updated."],["The document contains a history of the `UpdateFlowRequest` dating back to version 1.0.0 and up to version 2.23.0 which is the latest."]]],[]]