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."],[[["The webpage provides documentation for the `CreateVersionRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for version 1.3.0 of the library."],["It lists available versions of the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from version 2.23.0 (latest) down to version 1.0.0, each linked to its respective documentation page for the `CreateVersionRequest`."],["`CreateVersionRequest` is used to send requests for creating new versions within the Dialogflow CX environment, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateVersionRequest` class has two constructors, a default constructor and one that takes another `CreateVersionRequest` as a parameter for copying, and it also contains properties such as `Parent`, `ParentAsFlowName`, and `Version`."],["The `Parent` property of the `CreateVersionRequest` class is mandatory and specifies the flow to create a version for, following a specific format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/flows/\u003cFlow ID\u003e`."]]],[]]