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 long-running version creation operations in Dialogflow CX."],["The latest version available is 2.23.0, and the page lists all the available versions of the API, ranging from 1.0.0 up to the latest release."],["The `CreateVersionOperationMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for object management and serialization."],["The class includes properties such as `Version` (string) and `VersionAsVersionName` (VersionName) to access the created version's name in string and object form, respectively."],["The class provides two constructors: a default one and another that accepts a `CreateVersionOperationMetadata` instance for copying or creating a new object based off of it."]]],[]]