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 webpage details the `CreateVersionOperationMetadata` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used for managing operations related to creating versions in Dialogflow CX."],["The `CreateVersionOperationMetadata` class provides metadata for long-running operations associated with creating versions and inherits from `Object`, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.23.0, with a list of versions going as far back as 1.0.0 for the Google Cloud Dialogflow CX V3 API."],["Key properties of the class include `Version` (a string representing the version's resource name) and `VersionAsVersionName` (a `VersionName`-typed view of the `Version` resource name)."],["The webpage also lists out several inherited members that are a part of the object class."]]],[]]