public sealed class RunContinuousTestMetadata : IMessage<RunContinuousTestMetadata>, IEquatable<RunContinuousTestMetadata>, IDeepCloneable<RunContinuousTestMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class RunContinuousTestMetadata.
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."],[[["The latest version of the `RunContinuousTestMetadata` class is 2.23.0, and the documentation provides access to various past versions, ranging from 1.0.0 to 2.23.0."],["`RunContinuousTestMetadata` is a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace and is used as the metadata for long-running operations related to `Environments.RunContinuousTest` in the Dialogflow v3 API."],["The `RunContinuousTestMetadata` class implements multiple interfaces, including `IMessage`, `IEquatable\u003cRunContinuousTestMetadata\u003e`, `IDeepCloneable\u003cRunContinuousTestMetadata\u003e`, and `IBufferMessage`, allowing for various functionalities like message handling and deep cloning."],["The `RunContinuousTestMetadata` class has two constructors: a default constructor and a constructor that takes another `RunContinuousTestMetadata` object as a parameter for copying."],["The class has a property, `Errors`, of type `RepeatedField\u003cTestError\u003e` that contains test errors."]]],[]]