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."],[[["This webpage details the `BatchRunTestCasesMetadata` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the .NET library."],["The latest version of the `BatchRunTestCasesMetadata` class is 2.23.0, with links provided to documentation for various previous versions, going back to version 1.0.0."],["`BatchRunTestCasesMetadata` is used for long-running operations related to `TestCases.BatchRunTestCases`, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors for default initialization and copying from another `BatchRunTestCasesMetadata` object, as well as a property called Errors that returns the test errors in a `RepeatedField`."],["The implementation of this class inherits from the base Object class, with links provided to its respective methods."]]],[]]