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 webpage details the `CreateVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development, with the latest version being 4.26.0 and version 3.5.0 being the current active display."],["The `CreateVersionRequest` class is a request message used for creating versions in the Dialogflow API and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides constructors to create a `CreateVersionRequest` object, either as a new instance or as a copy of an existing `CreateVersionRequest` instance."],["Key properties of `CreateVersionRequest` include `Parent` (the agent to create a version for, with specific formats) and `Version` (the version object to be created)."],["The page lists an array of available versions of the Dialogflow API, ranging from 4.26.0 (latest) down to 3.2.0, providing links to their respective documentation pages."]]],[]]