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."],[[["This page provides reference documentation for the `CreateVersionRequest` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, which is part of the Dialogflow v3 API."],["The latest version available is 2.23.0, while the page content primarily focuses on version 2.9.0, with other versions ranging from 1.0.0 to 2.22.0 listed as well."],["`CreateVersionRequest` is used to create a new version of a flow within a Dialogflow agent, as specified by the `Parent` property, which requires the format of `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/flows/\u003cFlow ID\u003e`."],["The `CreateVersionRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cCreateVersionRequest\u003e`, `IDeepCloneable\u003cCreateVersionRequest\u003e`, and `IBufferMessage`, with additional inherited members listed on the page."],["Constructors are available to create a new instance of `CreateVersionRequest`, either empty or by cloning another instance, and it contains properties such as `Parent`, `ParentAsFlowName`, and `Version` to configure the request."]]],[]]