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 document provides reference information for the `CreateVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `CreateVersionRequest` class is used to send a request to create a new version within Dialogflow, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available in the list is 4.26.0, with the document also listing versions dating back to 3.2.0, offering a range of different API version options."],["The class has properties such as `Parent` and `Version`, which are essential for specifying the agent and version details for the new creation, respectively, as well as constructors `CreateVersionRequest()` and `CreateVersionRequest(CreateVersionRequest other)`."],["The document shows the methods and implementations that the `CreateVersionRequest` class uses such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()` from the inherited member of `Object`."]]],[]]