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 long-running operations in Dialogflow CX."],["The `RunContinuousTestMetadata` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various data manipulation and comparison capabilities."],["The page lists different versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from the latest `2.23.0` down to `1.0.0`, each with links to their respective documentation."],["`RunContinuousTestMetadata` includes a `Errors` property, which is a `RepeatedField` containing `TestError` objects, used to report any errors encountered during testing."],["There are two constructors for the class `RunContinuousTestMetadata()`, one of which takes in a `RunContinuousTestMetadata` object as a parameter."]]],[]]