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 version 4.18.0."],["The `CreateVersionRequest` class is used to create a version for an agent, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `CreateVersionRequest()` and `CreateVersionRequest(CreateVersionRequest other)`, along with properties such as `Parent`, `ParentAsAgentName`, and `Version`."],["The `Parent` property specifies the agent for which to create a version, supporting formats like `projects/\u003cProject ID\u003e/agent` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent`, while `Version` is the version to be created."],["A comprehensive list of previous versions, from 3.2.0 to 4.26.0 (latest), each with a link to the reference documentation for their respective `CreateVersionRequest` implementation, is provided."]]],[]]