public sealed class CreateFlowRequest : IMessage<CreateFlowRequest>, IEquatable<CreateFlowRequest>, IDeepCloneable<CreateFlowRequest>, IBufferMessage, IMessage
The request message for [Flows.CreateFlow][google.cloud.dialogflow.cx.v3.Flows.CreateFlow].
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 details the `CreateFlowRequest` class, which is used to create flows within the Google Cloud Dialogflow CX API, specifically under the `Google.Cloud.Dialogflow.Cx.V3` namespace in .NET."],["The `CreateFlowRequest` class is designed for use with the `Flows.CreateFlow` method in the Dialogflow CX API, allowing for the creation of new flows in a specified agent."],["The `CreateFlowRequest` class includes properties such as `Flow`, `LanguageCode`, and `Parent`, enabling the configuration of the flow to be created, the language for specific fields within the flow, and the agent to which the flow will be added."],["The page includes documentation of versions ranging from 1.0.0 up to 2.23.0, with 2.23.0 being the most current version."],["This page outlines that `CreateFlowRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."]]],[]]