public sealed class CreateVersionRequest : IMessage<CreateVersionRequest>, IEquatable<CreateVersionRequest>, IDeepCloneable<CreateVersionRequest>, IBufferMessage, IMessage
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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
[[["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 used to create a version within the Dialogflow CX API, with version 2.23.0 being the most recent."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support message operations, equality checks, deep cloning, and efficient memory usage."],["The `CreateVersionRequest` class contains properties `Parent` (string) and `Version` which are required to define the flow to create a version for."],["There are several older versions of this class available, from 1.0.0 up to the latest version 2.23.0."],["There are two constructors in the class: a default `CreateVersionRequest()` constructor and a constructor that takes another `CreateVersionRequest` object as a parameter, `CreateVersionRequest(CreateVersionRequest other)`."]]],[]]