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."],["The `CreateVersionRequest` class is used to send a request to create a new version within Dialogflow, as indicated by the documentation on how to use it."],["This documentation contains a history of previous versions of `CreateVersionRequest` from 4.26.0 (latest) back to version 3.2.0, and the current version of the documentation is 4.20.0."],["The `CreateVersionRequest` class inherits from the `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateVersionRequest` include `Parent`, which specifies the agent for which to create a version, and `Version`, which is the version object to be created."]]],[]]