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."],[[["This webpage details the `BatchRunTestCasesResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development and version 1.9.0."],["The `BatchRunTestCasesResponse` class is a response message for the `TestCases.BatchRunTestCases` method in the Dialogflow CX API, used to manage the test results."],["The latest version in the documentation available for this class is 2.23.0, with a range of versions available starting with version 1.0.0."],["The class inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a property `Results` of type `RepeatedField\u003cTestCaseResult\u003e`, which provides the test case results, but the `conversation_turns` details are empty in this response."]]],[]]