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 page provides reference documentation for the `CreateVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The `CreateVersionRequest` class is used to create new versions and is part of the `Google.Cloud.Dialogflow.V2` namespace, found within the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The latest version of the Dialogflow API for this resource is `4.26.0`, and the page lists all versions down to `3.2.0`."],["The `CreateVersionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class includes properties like `Parent` (specifying the agent) and `Version` (the version details to be created), alongside constructors to make a new `CreateVersionRequest` instance."]]],[]]