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 webpage details the `UpdateFlowRequest` class, which is used to update a flow within the Google Cloud Dialogflow CX V3 service."],["The latest version of the Google.Cloud.Dialogflow.Cx.V3 package available is 2.23.0, and the page provides links to documentation for numerous prior versions, going back to version 1.0.0."],["The `UpdateFlowRequest` class has properties to define which flow to update (`Flow`), the language of the flow's fields (`LanguageCode`), and a mask for controlling which fields are updated (`UpdateMask`)."],["The `UpdateFlowRequest` class inherits from object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be utilized with various interfaces."],["The `UpdateFlowRequest` class provides two constructors, one default and another to clone from another `UpdateFlowRequest` object."]]],[]]