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, under the namespace `Google.Cloud.Dialogflow.Cx.V3`."],["The `CreateFlowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, allowing for various functionalities like message handling, comparison, and cloning."],["The class supports creating a flow with properties such as `Flow` (the flow to be created), `LanguageCode` (specifying the language for certain flow fields), and `Parent` (the agent to create the flow for)."],["This documentation covers many different versions of the `CreateFlowRequest`, with the newest version being 2.23.0, and the oldest being version 1.0.0."],["The properties of this request, can be used to set the flow, the parent agent and the language to use."]]],[]]