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."],[[["The latest version available is 4.26.0, with a comprehensive list of previous versions accessible down to 3.2.0 for the Google.Cloud.Dialogflow.V2 library."],["`CreateVersionRequest` is a class used for requesting the creation of a new version within the Dialogflow service."],["`CreateVersionRequest` is implemented as a class, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateVersionRequest` class includes properties for `Parent` and `Version`, which are required fields specifying the agent and the version to be created, respectively, with formats such as `projects/{Project ID}/agent` or `projects/{Project ID}/locations/{Location ID}/agent` being supported for the parent."],["The class has two constructors: one default constructor `CreateVersionRequest()` and a second `CreateVersionRequest(CreateVersionRequest other)` that copies another `CreateVersionRequest` object."]]],[]]