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."],[[["The latest version of the `CreateVersionOperationMetadata` is 2.23.0, while version 1.2.0 is also mentioned in the content, and a variety of versions in between are available as seen in the listed links."],["`CreateVersionOperationMetadata` is metadata associated with long-running operations for creating versions within Google Cloud Dialogflow CX v3, as seen in the documentation."],["The `CreateVersionOperationMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are essential for its functionality."],["The class has two constructors, one with no parameters and one that takes in another CreateVersionOperationMetadata as a parameter."],["The class contains two properties `Version`, which is of type string, and `VersionAsVersionName` which is of type VersionName."]]],[]]