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, covering versions from 1.0.0 up to the latest version 2.23.0."],["The `CreateFlowRequest` class is used to create a flow for an agent in the Dialogflow v3 API, which implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `CreateFlowRequest` class requires properties such as `Flow` (the flow to be created), `LanguageCode` (the language of specific fields in the flow), and `Parent` (the agent to which the flow belongs), and it provides an alternate typed view of `Parent` as `ParentAsAgentName`."],["The documentation includes details on the constructors, inherited members, properties, and the required parameters for creating a flow, along with hyperlinks to the .NET API documentation for further details."],["The content shows a list of versions for the google API documentation, which includes the latest and other previous version, for the class `CreateFlowRequest`."]]],[]]