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 API, specifically under version 1.4.0."],["The `CreateFlowRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It requires setting the `Parent` property, which specifies the agent for which the flow will be created, and the `Flow` property, which defines the actual flow to be created."],["The document covers a range of versions of the Google.Cloud.Dialogflow.Cx.V3 library, from version 1.0.0 up to the latest version 2.23.0, with links to documentation for each version."],["Language support for flows can be specified using the `LanguageCode` property, if not set it will default to the agent default language, and a range of languages are supported."]]],[]]