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-04-09 UTC."],[[["This webpage provides reference documentation for the `CreateVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET developers."],["The `CreateVersionRequest` class is used to create new versions of Dialogflow agents and is part of the `Google.Cloud.Dialogflow.V2` namespace in the Google.Cloud.Dialogflow.V2.dll assembly."],["The latest version of the documentation provided is `4.26.0`, but the webpage focuses on version `4.11.0`, which you can find in the full list of other availible versions."],["The `CreateVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from `object`."],["The class has properties such as `Parent`, which is the agent to create a version for, and `Version`, which is the version to create."]]],[]]