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."],[[["The latest version available for `CreateFlowRequest` within the `Google.Cloud.Dialogflow.Cx.V3` namespace is version 2.23.0."],["This page documents the `CreateFlowRequest` class, which is used to send a request to create a new flow within Dialogflow CX, as defined by the `Flows.CreateFlow` method."],["The `CreateFlowRequest` class includes properties to define the new `Flow`, its `LanguageCode`, and the `Parent` agent it belongs to, along with a typed `ParentAsAgentName` property."],["The `CreateFlowRequest` class implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, and contains a constructor that can be used to make a new `CreateFlowRequest` object."],["There are many older versions of `CreateFlowRequest` available, going back as far as version 1.0.0, that users can access, as well as many between that version and the latest."]]],[]]