public sealed class BatchRunTestCasesMetadata : IMessage<BatchRunTestCasesMetadata>, IEquatable<BatchRunTestCasesMetadata>, IDeepCloneable<BatchRunTestCasesMetadata>, IBufferMessage, IMessage
Metadata returned for the [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3.TestCases.BatchRunTestCases] 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 `BatchRunTestCasesMetadata` class is 2.23.0, with multiple previous versions available for reference, ranging from 1.0.0 to 2.22.0."],["`BatchRunTestCasesMetadata` is a class used for metadata related to long-running test case operations, specifically for `TestCases.BatchRunTestCases`."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Protobuf` namespace."],["The `BatchRunTestCasesMetadata` class includes a property named `Errors`, which is a `RepeatedField` that holds a collection of `TestError` objects."],["This class has a default constructor `BatchRunTestCasesMetadata()` as well as an overloaded constructor that takes another `BatchRunTestCasesMetadata` object as a parameter."]]],[]]