public sealed class BatchRunTestCasesResponse : IMessage<BatchRunTestCasesResponse>, IEquatable<BatchRunTestCasesResponse>, IDeepCloneable<BatchRunTestCasesResponse>, IBufferMessage, IMessage
The response message for [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3.TestCases.BatchRunTestCases].
[[["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 `BatchRunTestCasesResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The latest version available for the `BatchRunTestCasesResponse` class is 2.23.0, with a comprehensive list of prior versions ranging from 2.22.0 down to 1.0.0."],["`BatchRunTestCasesResponse` serves as the response message for `TestCases.BatchRunTestCases`, designed for retrieving the results of running multiple test cases."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protobuf messaging and data handling."],["The class contains the property `Results`, which is a `RepeatedField` of `TestCaseResult` objects, representing the outcome of the test cases, although its detailed conversation turns are empty."]]],[]]