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 a comprehensive list of versions for `Google.Cloud.Dialogflow.Cx.V3.CreateVersionRequest`, ranging from version 1.0.0 to the latest version 2.23.0."],["`CreateVersionRequest` is a class used for creating a version within the Dialogflow CX environment, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateVersionRequest` class includes properties for `Parent` and `Version`, allowing specification of the flow and the version to be created, respectively."],["The webpage gives a detailed overview of the `CreateVersionRequest` class, including information on its constructors, inheritance, implemented interfaces, and inherited members."],["The latest version of `CreateVersionRequest` is 2.23.0, with several other versions available for use, each accessible through its respective link."]]],[]]