public sealed class CreateVersionRequest : IMessage<CreateVersionRequest>, IEquatable<CreateVersionRequest>, IDeepCloneable<CreateVersionRequest>, IBufferMessage, IMessage
The request message for [Versions.CreateVersion][google.cloud.dialogflow.v2.Versions.CreateVersion].
[[["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 page details the `CreateVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for requesting the creation of a new version in Dialogflow."],["The latest available version for `CreateVersionRequest` is 4.26.0, with a comprehensive list of previous versions dating back to 3.2.0."],["`CreateVersionRequest` inherits from `Object` and implements `IMessage\u003cCreateVersionRequest\u003e`, `IEquatable\u003cCreateVersionRequest\u003e`, `IDeepCloneable\u003cCreateVersionRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties such as `Parent` to specify the agent for the new version, and `Version` to define the specific version details being created."],["There are two constructor overloads, one default and one that takes an existing `CreateVersionRequest` object as a parameter for cloning."]]],[]]