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 of the `BatchRunTestCasesResponse` is 2.23.0, and the page contains documentation for multiple versions, ranging down to version 1.0.0."],["`BatchRunTestCasesResponse` is a class used in the response message for `TestCases.BatchRunTestCases`, implemented within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `BatchRunTestCasesResponse` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffered message operations."],["The `BatchRunTestCasesResponse` class includes a `Results` property of type `RepeatedField\u003cTestCaseResult\u003e`, which contains test case results without detailed conversation turns."],["The `BatchRunTestCasesResponse` has two constructors, one is parameterless and one takes a `BatchRunTestCasesResponse` object as its parameter."]]],[]]