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 in long-running operations related to creating versions in Dialogflow CX."],["The latest version available is 2.23.0, and the page lists versions dating back to 1.0.0 of the Google.Cloud.Dialogflow.Cx.V3 package, along with their documentation."],["`CreateVersionOperationMetadata` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality checks, deep cloning, and buffer message support."],["The `CreateVersionOperationMetadata` class has two constructors, and properties such as `Version` and `VersionAsVersionName`, which provide string and `VersionName` type views of the version's name, respectively."],["The content provides documentation for version 1.4.0, which has several inherited members that it obtains from the object class, as well as its own properties and constructors."]]],[]]