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 `CreateVersionRequest` class supports various versions, ranging from the latest 4.26.0 down to 3.2.0, with links to each versions documentation."],["The class implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, providing functionalities for message handling, equality comparison, and deep cloning."],["It includes properties like `Parent` and `Version`, allowing specification of the agent and the version to be created, with `Parent` having support for an `AgentName`-typed view."],["The object contains two constructors, one being empty and another that takes in another `CreateVersionRequest` object."]]],[]]