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/<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-04-09 UTC."],[[["This document provides reference information for the `CreateVersionRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for .NET development."],["The `CreateVersionRequest` class is used to send requests for creating new versions within Dialogflow CX, allowing you to manage different versions of your conversational flows."],["It's implemented with interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The document lists various available versions of the Dialogflow CX v3 API, ranging from version 1.0.0 to the latest version, 2.23.0."],["The class includes properties like `Parent` and `Version`, where `Parent` specifies the flow to create a version for, and `Version` represents the version to create, along with `ParentAsFlowName` to view the parent as a resource name."]]],[]]