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 related to continuous testing of Dialogflow CX environments."],["The latest version of the `RunContinuousTestMetadata` class is 2.23.0, but the page also provides links to previous versions dating back to 1.0.0, all related to the Dialogflow.Cx.V3 framework."],["The `RunContinuousTestMetadata` class, inheriting from `Object`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the inherited Object class."],["The class includes a public property, `Errors`, which is a `RepeatedField` containing `TestError` objects, representing any errors that occurred during the testing process."],["It includes two constructors `RunContinuousTestMetadata()` and `RunContinuousTestMetadata(RunContinuousTestMetadata other)`, providing the ability to create a new instance of the class, or to make a copy of another `RunContinuousTestMetadata` object."]]],[]]