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 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."]]],[]]