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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]