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 latest version available is 4.26.0, with a comprehensive list of versions available down to 3.2.0 for the Google Cloud Dialogflow v2 API."],["The `CreateVersionRequest` class is part of the Google.Cloud.Dialogflow.V2 namespace and is used to send a request to create a new version within the Dialogflow service."],["`CreateVersionRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all pertaining to protocol buffers and message handling."],["The `CreateVersionRequest` has properties such as `Parent` (specifying the agent to create the version for), and `Version` (specifying the version to be created)."],["The `Parent` property can take two formats, either `projects/\u003cProject ID\u003e/agent` or `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agent`, and has an `AgentName` type view for easy use."]]],[]]