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 latest version available for `BatchRunTestCasesResponse` is 2.23.0, and the page details versions ranging from 1.0.0 to 2.23.0."],["`BatchRunTestCasesResponse` is a response message used for `TestCases.BatchRunTestCases` in the Google Cloud Dialogflow CX V3 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage message handling, comparisons, cloning, and buffering."],["The `BatchRunTestCasesResponse` class provides a `Results` property of type `RepeatedField\u003cTestCaseResult\u003e`, which holds the test case results without detailed conversation turns."],["There are two constructors provided for creating instances of `BatchRunTestCasesResponse`, one default constructor, and one that takes another instance of the class as a parameter."]]],[]]