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 `BatchRunTestCasesResponse` class is a response message for the `TestCases.BatchRunTestCases` method in the `Google.Cloud.Dialogflow.Cx.V3` namespace, designed to manage and run test cases."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages, equality checks, deep cloning, and buffered message processing."],["The `BatchRunTestCasesResponse` class contains a `Results` property, which is a `RepeatedField` of `TestCaseResult` objects, representing the outcomes of the executed test cases."],["There are 36 documented versions, ranging from 1.0.0 to 2.23.0, for the `BatchRunTestCasesResponse` class and related content."],["The latest version available is version 2.23.0, while the version currently focused on is 1.7.0."]]],[]]