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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document outlines the `CreateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is used to send requests for creating flows in Dialogflow CX."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["Key properties of the `CreateFlowRequest` class include `Flow`, which specifies the flow to be created, `LanguageCode`, for setting the language of the flow's text fields, and `Parent`, which indicates the agent to create the flow for."],["The document shows various versions of the CreateFlowRequest, with the most recent being version 2.23.0."],["The `CreateFlowRequest` class has two constructors, one parameterless and another that accepts a `CreateFlowRequest` instance, and also features inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]