public sealed class UpdateFlowRequest : IMessage<UpdateFlowRequest>, IEquatable<UpdateFlowRequest>, IDeepCloneable<UpdateFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class UpdateFlowRequest.
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 page provides reference documentation for the `UpdateFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the Dialogflow v3 API in .NET."],["The `UpdateFlowRequest` class is used to send a request to update a flow within the Dialogflow CX platform, as defined in `Flows.UpdateFlow`."],["The latest available version of `UpdateFlowRequest` is 2.23.0, and the page includes links to documentation for versions spanning from 1.0.0 to the latest release, version 2.23.0."],["The `UpdateFlowRequest` class includes properties to specify the `Flow` to be updated, the `LanguageCode` for associated fields, and an `UpdateMask` to control which fields are modified."],["The `UpdateFlowRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer management."]]],[]]