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 page provides documentation for the `CreateVersionRequest` class within the Google Cloud Dialogflow CX v3 API, specifically focusing on version 2.18.0."],["This class is used to send requests for creating new versions in Dialogflow CX, and it implements multiple interfaces for message handling and cloning."],["It includes properties for specifying the parent flow (`Parent`, `ParentAsFlowName`) and the version to be created (`Version`)."],["The page also displays links to other versions of the documentation, ranging from version 1.0.0 to 2.23.0, with 2.23.0 being the latest version."],["The class inherits from `object`, and also specifies which interfaces it implements including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]