public sealed class CreateVersionRequest : IMessage<CreateVersionRequest>, IEquatable<CreateVersionRequest>, IDeepCloneable<CreateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateVersionRequest.
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 provides documentation for the `CreateVersionRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The `CreateVersionRequest` class is used to create a new version of a Dialogflow agent, with the latest version being 4.26.0, and multiple previous versions listed, down to 3.2.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Parent` (to specify the agent) and `Version` (to define the version details), both of which are required when creating a new version."],["The documentation offers details on the constructors, including a parameter to create the class from another `CreateVersionRequest` object."]]],[]]