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 there are multiple previous versions available, ranging from 1.0.0 to 2.22.0."],["`BatchRunTestCasesResponse` is a response message for `TestCases.BatchRunTestCases` within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling messages and cloning."],["The class includes a property called `Results`, which is a `RepeatedField` containing `TestCaseResult` objects that hold the results of test cases, and the conversation turns are empty within this property."]]],[]]