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 implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer message handling and object manipulation."],["The class provides constructors for creating new instances and copying existing ones, along with properties like `Parent` and `Version` that are crucial for specifying the context and details of the version being created."],["A list of versions is provided, with the latest being 4.26.0 and it listing back to 3.2.0, it includes the version 3.11.0 which is the version that this information is focused on."],["The `Parent` property accepts the format projects/{Project ID}/agent or projects/{Project ID}/locations/{Location ID}/agent and defines the agent where the version will be created."]]],[]]