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 document outlines the various versions of the `CreateVersionRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, ranging from the latest version 2.23.0 down to 1.0.0."],["The `CreateVersionRequest` class is used to create a version for Dialogflow CX flows, as indicated by its purpose for `Versions.CreateVersion`."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateVersionRequest` class include `Parent` (the flow to create a version for), `ParentAsFlowName` (a typed view over the Parent property), and `Version` (the actual version to be created)."],["The `CreateVersionRequest` class offers two constructors: a default one and one that accepts another `CreateVersionRequest` object as an argument for copying."]]],[]]