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 environments."],["The latest version available for `RunContinuousTestMetadata` is 2.23.0, while a comprehensive list of past versions is also provided for users who require them, down to version 1.0.0."],["`RunContinuousTestMetadata` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class includes a property called `Errors` which provides access to any `TestError` instances found during the test, exposed via a `RepeatedField`."],["There are two constructors available, allowing for creating a new `RunContinuousTestMetadata` instance or cloning it from an existing instance."]]],[]]