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 Dialogflow CX platform, specifically within the Google Cloud .NET client library."],["The `CreateFlowRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for compatibility and functionality."],["Key properties of the `CreateFlowRequest` class include `Flow`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are necessary to define and create a flow within a specific agent."],["The page provides access to various versions of the Google.Cloud.Dialogflow.Cx.V3 library, ranging from version 1.0.0 to the latest 2.23.0, each with its respective documentation for `CreateFlowRequest`."],["You can define the flow's language using the LanguageCode property and set the agent it pertains to by using the Parent or ParentAsAgentName property, providing flexibility when utilizing the CreateFlowRequest class."]]],[]]