public sealed class CreateFlowRequest : IMessage<CreateFlowRequest>, IEquatable<CreateFlowRequest>, IDeepCloneable<CreateFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateFlowRequest.
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 provides reference documentation for the `CreateFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, which is part of the Dialogflow v3 API."],["The `CreateFlowRequest` class is used to create a flow, as specified in the `Flows.CreateFlow` API call, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `CreateFlowRequest` documentation, ranging from version 2.23.0 (latest) down to version 1.0.0, allowing users to access information from different release cycles."],["The class contains properties such as `Flow`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are used to define the details of the flow being created, including the flow itself, language settings, and the parent agent details."],["The `CreateFlowRequest` class also contains two constructors, one default and one for copying an existing `CreateFlowRequest` object, and the page shows the different inherited members for this class."]]],[]]