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, which is part of the Dialogflow CX API for .NET."],["The `BatchRunTestCasesMetadata` class is used to manage metadata for long-running operations related to running test cases in batches and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage provides documentation for 36 different versions of the Dialogflow CX API, ranging from the latest version 2.23.0 to the older version 1.0.0, and highlights version 1.7.0 in more detail."],["The class has a public property `Errors`, which is of type `RepeatedField\u003cTestError\u003e` and it is used to track and store any errors that occurred during the batch testing process."],["The page shows that `BatchRunTestCasesMetadata` inherits from the base `Object` class and includes standard methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]