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 webpage provides documentation for the `UpdateFlowRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET."],["The `UpdateFlowRequest` class is used to send requests to update a flow in Dialogflow CX, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page lists various versions of the Dialogflow CX v3 API, ranging from version 1.0.0 to the latest 2.23.0, providing links to each version's documentation for `UpdateFlowRequest`."],["The `UpdateFlowRequest` class has properties such as `Flow`, `LanguageCode`, and `UpdateMask` for updating the flow with specific language settings and specific properties."],["The latest version of the API is 2.23.0, with numerous prior versions available for reference, and the documentation details members inherited from the Object class, like GetHashCode, and GetType."]]],[]]