public sealed class CreateVersionRequest : IMessage<CreateVersionRequest>, IEquatable<CreateVersionRequest>, IDeepCloneable<CreateVersionRequest>, IBufferMessage, IMessage
The request message for [Versions.CreateVersion][google.cloud.dialogflow.cx.v3.Versions.CreateVersion].
Required. The [Flow][google.cloud.dialogflow.cx.v3.Flow] to create an [Version][google.cloud.dialogflow.cx.v3.Version] for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>.
Property Value
Type
Description
System.String
ParentAsFlowName
public FlowName ParentAsFlowName { get; set; }
FlowName-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."],[[["The content provides documentation for the `CreateVersionRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its usage in creating versions for Dialogflow CX."],["It lists multiple versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from 1.0.0 to the latest version of 2.23.0, for which all versions are available and can be selected from the list."],["The `CreateVersionRequest` class, used for the `Versions.CreateVersion` method, inherits from `System.Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor, and another that takes a `CreateVersionRequest` object as a parameter."],["It contains two properties, `Parent`, a string that is required and specifies the flow to create a version for, and `Version`, also required, and an object of type `Version` to create."]]],[]]