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."],[[["This document provides reference documentation for the `RunContinuousTestMetadata` class within the Dialogflow v3 API for .NET, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `RunContinuousTestMetadata` class is used to store metadata associated with long-running operations initiated by the `Environments.RunContinuousTest` method."],["The most recent version of the API is 2.23.0 and the documentation is for version 2.18.0, with links provided for other available versions ranging from 1.0.0 to 2.22.0."],["The `RunContinuousTestMetadata` class implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `RunContinuousTestMetadata` class includes properties like `Errors`, which is a `RepeatedField` containing `TestError` objects, used to present any testing errors."]]],[]]