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.
Property Value
Type
Description
System.String
Parent
public string Parent { get; set; }
Required. The agent to create a flow for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
Property Value
Type
Description
System.String
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
AgentName-typed view over the Parent resource name property.
[[["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 documentation for the `CreateFlowRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for creating flows in Dialogflow CX."],["The documentation includes version history, with the latest version being 2.23.0, and contains details for each version down to version 1.0.0."],["`CreateFlowRequest` is a request message that inherits from `System.Object` and implements multiple interfaces such as `Google.Protobuf.IMessage` and `System.IEquatable\u003cCreateFlowRequest\u003e`."],["The class includes properties such as `Flow`, `LanguageCode`, `Parent`, and `ParentAsAgentName`, which are required or optional parameters for creating a flow."],["There are two constructors, `CreateFlowRequest()` and `CreateFlowRequest(CreateFlowRequest other)`, allowing for the creation of new instances or cloning existing ones."]]],[]]