public sealed class CreateVersionOperationMetadata : IMessage<CreateVersionOperationMetadata>, IEquatable<CreateVersionOperationMetadata>, IDeepCloneable<CreateVersionOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CreateVersionOperationMetadata.
Metadata associated with the long running operation for
[Versions.CreateVersion][google.cloud.dialogflow.cx.v3.Versions.CreateVersion].
[[["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 provides reference documentation for the `CreateVersionOperationMetadata` class within the Dialogflow v3 API, specifically for .NET."],["The latest version available for this class is 2.23.0, with a comprehensive list of previous versions ranging from 2.22.0 down to 1.0.0."],["`CreateVersionOperationMetadata` class is used to represent metadata associated with long-running operations for creating versions within the Dialogflow CX v3 API."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for comparison, cloning, and protocol buffer handling."],["Key properties of the class include `Version`, which stores the name of the created version, and `VersionAsVersionName`, which provides a typed view of the version resource name."]]],[]]