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 webpage provides reference documentation for the `CreateFlowRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, which is part of the Dialogflow v3 API."],["The latest version documented is 2.23.0, while the page content defaults to version 2.13.0, and the page includes links to various prior versions ranging back to 1.0.0."],["`CreateFlowRequest` is used to define the request message for creating a new flow within Dialogflow, it also implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateFlowRequest` include `Flow` (the flow to create), `LanguageCode` (the language for certain flow fields), and `Parent` (the agent the flow will be created for)."],["The documentation outlines the class's constructors, properties, and the inheritance and implementation details relevant to the `CreateFlowRequest` class and its usage in the Dialogflow environment."]]],[]]