public sealed class CreateVersionRequest : IMessage<CreateVersionRequest>, IEquatable<CreateVersionRequest>, IDeepCloneable<CreateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateVersionRequest.
The request message for
[Versions.CreateVersion][google.cloud.dialogflow.cx.v3.Versions.CreateVersion].
Required. The [Flow][google.cloud.dialogflow.cx.v3.Flow] to create an
[Version][google.cloud.dialogflow.cx.v3.Version] for. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>.
[[["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."],[[["The `CreateVersionRequest` class is part of the Google Cloud Dialogflow CX v3 API, designed for creating new versions within a Dialogflow flow."],["Version 2.23.0 is the latest release, with the provided content listing versions from 2.23.0 down to 1.0.0, all relating to the `CreateVersionRequest`."],["The `CreateVersionRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to ensure functionality and compatibility with the Google Protobuf library."],["The class includes properties like `Parent` and `Version`, with the `Parent` property indicating the flow for which a new version is to be created, and `Version` which is the version to be created, each with relevant details and descriptions."],["The constructor for this class, either public or by copying another instance, allows the creation of a new object."]]],[]]