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."],[[["The page details the `CreateVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for requesting the creation of a new version in Dialogflow."],["It presents an extensive list of available versions for the `Google.Cloud.Dialogflow.V2` package, ranging from 3.2.0 to the latest 4.26.0."],["The `CreateVersionRequest` class inherits from `System.Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `CreateVersionRequest` class has two constructors and two primary properties: `Parent` (the agent for which to create a version) and `Version` (the specific version details to create)."],["The `Parent` property can accept an agent reference in the formats `projects/{Project ID}/agent` or `projects/{Project ID}/locations/{Location ID}/agent`."]]],[]]