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 new flows within the Dialogflow CX platform and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace in the .NET library."],["The `CreateFlowRequest` class requires properties such as `Flow` which represents the flow to be created, `Parent` that indicates the parent agent in which the flow will be created, and `LanguageCode` which is the language associated with the flow."],["The page lists the available versions of this resource, ranging from version 2.23.0 (the latest) down to version 1.0.0, including links to each version's specific documentation."],["The `CreateFlowRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and deep cloning within the system."],["There are two constructors: a default constructor, and one that creates a new `CreateFlowRequest` object using another `CreateFlowRequest` object as a parameter, showing it can be created in multiple ways."]]],[]]