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 Dialogflow v3 API and is used to create a new version within a specific flow."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, comparison, cloning, and buffer management."],["The class offers properties to set the `Parent` flow, both as a string and as a `FlowName` object, along with a required `Version` property."],["There are 37 versions available, ranging from version 1.0.0 to 2.23.0 (latest) to create versions for, with links provided to reference each of them."],["The class includes constructors that allow creating a new `CreateVersionRequest` object or copying an existing one, and shows inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]