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, which is used to create flows within the Google Cloud Dialogflow CX v3 API, as part of version 2.0.0."],["The latest version for the `CreateFlowRequest` class is 2.23.0, and the page provides access to the documentation for this class across multiple versions from 2.23.0 down to 1.0.0."],["`CreateFlowRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `CreateFlowRequest` class has three key properties, `Flow`, `LanguageCode`, and `Parent`, which are essential for specifying the flow details, the language for certain fields, and the parent agent, respectively."],["The `Parent` property requires the agent's format in the format: `projects/<Project ID\u003e/locations/<Location ID\u003e/agents/<Agent ID\u003e`, and it also provides a `ParentAsAgentName` typed view over the resource name."]]],[]]