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 webpage provides documentation for the `CreateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its use in creating flows for Dialogflow CX agents."],["The page lists various versions of the `CreateFlowRequest` class, ranging from version 2.23.0 (latest) down to 1.0.0, with links to their respective documentation."],["The `CreateFlowRequest` class is a request message used to create a flow and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateFlowRequest` include `Flow`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which define the flow details, language, and the agent it belongs to, respectively."],["The page contains information about the contructors of `CreateFlowRequest` and it's inherited methods from `Object`, which include `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]