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."],[[["This document outlines the `CreateVersionOperationMetadata` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, detailing its structure and functionality."],["The `CreateVersionOperationMetadata` class is associated with long-running operations for creating versions in Dialogflow CX, specifically using `Versions.CreateVersion`."],["The class includes properties like `Version`, which holds the name of the created version in a specific format, and `VersionAsVersionName`, which provides a typed view of the version resource name."],["The document provides a list of available versions, ranging from 1.0.0 to the latest 2.23.0, for the `CreateVersionOperationMetadata` class."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."]]],[]]