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 details the `CreateFlowRequest` class, which is used to create flows within the Google Cloud Dialogflow CX V3 API, and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `CreateFlowRequest` class supports the creation of flows for agents, and requires a parent agent ID and the flow to be created, along with optional language settings."],["The webpage lists different versions of the API from 1.0.0 up to the latest version 2.23.0, each linking to the `CreateFlowRequest` documentation for that version."],["The `CreateFlowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `Object` class."],["Key properties of `CreateFlowRequest` include `Flow`, which represents the flow to be created, `LanguageCode` to specify the language of certain fields, and `Parent` (or `ParentAsAgentName`) to identify the agent for which the flow is being created."]]],[]]