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 document 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, and it's part of the `Google.Cloud.Dialogflow.Cx.V3` API version, with version 2.23.0 being the latest in the provided data, while the current version highlighted is 2.11.0."],["The document details the `CreateFlowRequest` class's inheritance, which is from the `object` class, and its implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists available versions of the `CreateFlowRequest` class, ranging from 1.0.0 up to 2.23.0, with links to the documentation for each version, allowing users to reference earlier versions."],["Key properties of the `CreateFlowRequest` class are outlined, including `Flow` (the flow to create), `LanguageCode` (the language for the flow's fields), `Parent` (the agent to create the flow for), and `ParentAsAgentName` (a typed view of the Parent resource name), along with their types and descriptions."]]],[]]