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 older versions, down to version 1.0.0."],["`BatchRunTestCasesResponse` is a response message used for the `TestCases.BatchRunTestCases` function in the Google Cloud Dialogflow CX V3 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide functionality for message handling and object manipulation."],["The `BatchRunTestCasesResponse` includes a `Results` property, which is a `RepeatedField` containing the results of test cases, with the detailed conversation turns being empty in this particular response."],["The namespace for `BatchRunTestCasesResponse` is `Google.Cloud.Dialogflow.Cx.V3`, within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]