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 Google Cloud's Dialogflow CX."],["The latest version of this class is 2.23.0, but the page lists all versions from 1.0.0 up to the latest, allowing developers to view the history of changes."],["`UpdateFlowRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with members providing functions for comparing, cloning and creating new instances."],["The class includes properties like `Flow`, `LanguageCode`, and `UpdateMask` to define the update, specify the language and control which fields are updated."],["Constructors for the `UpdateFlowRequest` class allow for creating a new, empty instance, or creating one based on an existing instance of the same type."]]],[]]