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 content provides reference documentation for the `CreateVersionRequest` class within the Dialogflow v3 API, specifically for the .NET environment, showcasing its role in creating versions for Dialogflow flows."],["The latest version of the `CreateVersionRequest` class is 2.23.0, and the documentation includes an extensive history of previous versions, going back to version 1.0.0."],["The `CreateVersionRequest` class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateVersionRequest` class include `Parent`, which specifies the Dialogflow flow for which a version is being created, and `Version`, which contains the details of the version to be created."],["There are two constructors available for `CreateVersionRequest`, a parameterless one, and one that will take another `CreateVersionRequest` object as a parameter."]]],[]]