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 webpage provides reference documentation for the `CreateVersionRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The latest available version of the `CreateVersionRequest` documentation is 4.26.0, with a list of past versions ranging down to 3.2.0 also provided for access."],["`CreateVersionRequest` is a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and is used for creating a new version within the Dialogflow agent."],["The `CreateVersionRequest` class has two constructors and two properties, `Parent` which is the agent to create a version for and the `Version`, which is the version to create."],["`ParentAsAgentName` is a property that provides an `AgentName` typed view over the `Parent` resource name property, allowing for easier access and manipulation."]]],[]]