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 webpage details the `CreateFlowRequest` class, which is used to create flows within the Google Cloud Dialogflow CX service, specifically under version 1.6.0."],["The `CreateFlowRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is contained in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The `CreateFlowRequest` class has properties such as `Flow`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which define the flow to be created, the language, the agent, and the parent agent name, respectively."],["This page provides a historical overview of prior versions of the `CreateFlowRequest` class, showcasing the range of versions from 2.23.0 (latest) down to 1.0.0."],["`CreateFlowRequest` implements multiple interfaces, including `IMessage\u003cCreateFlowRequest\u003e`, `IEquatable\u003cCreateFlowRequest\u003e`, `IDeepCloneable\u003cCreateFlowRequest\u003e`, `IBufferMessage`, and `IMessage`."]]],[]]