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.8.0 and up."],["The `BatchRunTestCasesResponse` class is a response message for the `TestCases.BatchRunTestCases` method, used in Google Cloud's Dialogflow CX API."],["The page lists different versions of the API from 1.0.0 up to the latest version 2.23.0, each with links to their respective documentation regarding `BatchRunTestCasesResponse`."],["The `BatchRunTestCasesResponse` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Results` property, which is a `RepeatedField` of `TestCaseResult`, although the `conversation_turns` are empty within this specific response."]]],[]]