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."],[[["The webpage provides documentation for the `BatchRunTestCasesResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its role in handling responses from `TestCases.BatchRunTestCases`."],["It lists multiple versions of the `BatchRunTestCasesResponse` class, ranging from the latest version 2.23.0 down to version 1.0.0, along with their respective links."],["`BatchRunTestCasesResponse` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all outlined on the webpage."],["The `BatchRunTestCasesResponse` class includes a `Results` property of type `RepeatedField\u003cTestCaseResult\u003e` to store test case results, although detailed conversation turns are not included in this response."],["The page includes descriptions of the public constructors, `BatchRunTestCasesResponse()` and `BatchRunTestCasesResponse(BatchRunTestCasesResponse other)`, and also a list of the inherited members from the `Object` class."]]],[]]