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 webpage provides documentation for the `CreateVersionRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in the Dialogflow API."],["The `CreateVersionRequest` class is used to send a request to create a new version in Dialogflow, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions for `CreateVersionRequest`, ranging from the latest version (4.26.0) down to version 3.2.0, offering multiple versions for use."],["The `CreateVersionRequest` class has properties like `Parent` and `Version`, which are necessary to specify the agent and version details when sending a creation request."],["The documentation mentions that the `CreateVersionRequest` class inherits from the base `Object` class, as well as providing two constructors for instantiation."]]],[]]