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>.
[[["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 details the `CreateVersionRequest` class, which is used to create a new version within the Dialogflow CX framework."],["The `CreateVersionRequest` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all specifically referencing itself as the type parameter."],["The page lists all available versions of `CreateVersionRequest` from `1.0.0` to the latest release of `2.23.0`, with each version leading to the corresponding `CreateVersionRequest` documentation page."],["The `CreateVersionRequest` class includes properties such as `Parent`, a string that indicates the flow for which the version is being created, `ParentAsFlowName` which is a view of the aforementioned resource name, and `Version`, a representation of the version being created."]]],[]]