public sealed class RunContinuousTestMetadata : IMessage<RunContinuousTestMetadata>, IEquatable<RunContinuousTestMetadata>, IDeepCloneable<RunContinuousTestMetadata>, IBufferMessage, IMessage
Metadata returned for the [Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.Environments.RunContinuousTest] long running
operation.
[[["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 `RunContinuousTestMetadata` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used for metadata associated with long-running continuous test operations."],["The latest version available is 2.23.0, with a comprehensive list of versions ranging back to 1.0.0, each linked to their respective documentation pages."],["The `RunContinuousTestMetadata` class inherits from the base `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a public property called `Errors`, which is a `RepeatedField` containing a collection of `TestError` objects, detailing any errors encountered during testing."],["The class provides two constructors, one default and one allowing initialization from another `RunContinuousTestMetadata` object, allowing for the duplication of pre existing information."]]],[]]