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."],[[["The page provides reference documentation for the `CreateVersionRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The latest version of the documentation is for version 4.26.0, and the page also lists many other previous versions down to 3.2.0 for reference, all of which are for the `CreateVersionRequest` API class."],["The `CreateVersionRequest` class is used to send a request to the `Versions.CreateVersion` method, which is used for creating versions in Dialogflow, and it inherits from other several interfaces."],["This class has several properties, including `Parent`, which specifies the agent for which the version will be created, and `Version`, which holds the version to be created, and it has two constructors for creating instances of the class."]]],[]]