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, which is the response message for `TestCases.BatchRunTestCases` within Dialogflow CX."],["The latest version of `BatchRunTestCasesResponse` is 2.23.0, and the page provides documentation for multiple prior versions, starting from version 1.0.0 up to the newest."],["The `BatchRunTestCasesResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has a public `Results` property of type `RepeatedField\u003cTestCaseResult\u003e` containing the results of the batch test cases, but the detailed conversation turns are not contained within the response."],["There are two public constructors available to build a new `BatchRunTestCasesResponse`, one parameterless and another taking another `BatchRunTestCasesResponse` as a parameter."]]],[]]