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 request the creation of a flow in Dialogflow CX."],["The `CreateFlowRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message serialization, equality, deep cloning, and buffer management."],["The `CreateFlowRequest` class has properties for setting the parent agent, the flow to create, and the language code, while allowing for the language for flow-related messages to be specified, and if not, it defaults to the agent's default language."],["This class offers two constructors, one default and another that takes an existing `CreateFlowRequest` object for copying, and it also lists numerous prior versions of this request object, with version 2.23.0 being the latest."],["The `CreateFlowRequest` contains inherited members from the Object class, providing functionality such as getting the hash code, type, cloning, and string representation."]]],[]]