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 reference documentation for the `CreateVersionRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET development."],["The `CreateVersionRequest` class is used to send a request to create a new version of a flow within Dialogflow CX, inheriting from and implementing several interfaces."],["The latest version of the API documented here is 2.23.0, but other versions from 1.0.0 up to 2.22.0 are listed and accessible in the page, including 2.7.0 for which the page displays in-depth documentation."],["This class includes properties like `Parent` (a string representing the flow to create a version for) and `Version` (the version to create), as well as `ParentAsFlowName` which is a typed representation of the `Parent`."],["The `CreateVersionRequest` class contains two constructors, one default and one that accepts another `CreateVersionRequest` object as a parameter."]]],[]]