public sealed class CreateVersionOperationMetadata : IMessage<CreateVersionOperationMetadata>, IEquatable<CreateVersionOperationMetadata>, IDeepCloneable<CreateVersionOperationMetadata>, IBufferMessage, IMessage
Metadata associated with the long running operation for
[Versions.CreateVersion][google.cloud.dialogflow.cx.v3.Versions.CreateVersion].
Name of the created version.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>/versions/<Version 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 webpage documents the `CreateVersionOperationMetadata` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, detailing its role in managing long-running operations for version creation."],["The `CreateVersionOperationMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its support for advanced messaging and object handling features."],["The page provides a comprehensive list of available versions of the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from version 1.0.0 to the latest version 2.23.0, which can be used for referencing."],["`CreateVersionOperationMetadata` has properties `Version` and `VersionAsVersionName` to keep track of the created version, where `Version` is the string name and `VersionAsVersionName` is the typed representation of the version name."],["The class includes default and copy constructors, `CreateVersionOperationMetadata()` and `CreateVersionOperationMetadata(CreateVersionOperationMetadata other)`, respectively, for object creation."]]],[]]