public sealed class BatchRunTestCasesResponse : IMessage<BatchRunTestCasesResponse>, IEquatable<BatchRunTestCasesResponse>, IDeepCloneable<BatchRunTestCasesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class BatchRunTestCasesResponse.
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 page provides reference documentation for the `BatchRunTestCasesResponse` class within the Google Cloud Dialogflow CX v3 API."],["This class represents the response message for the `TestCases.BatchRunTestCases` method, and is implemented in multiple versions, from 1.0.0 to 2.23.0, with 2.23.0 being the latest."],["The `BatchRunTestCasesResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from `object`."],["It includes properties like `Results`, which is a `RepeatedField` containing `TestCaseResult`, representing the outcomes of test cases, and the response message returns empty detailed conversation turns."],["There are public constructors for the class, one being `BatchRunTestCasesResponse()` and the other being `BatchRunTestCasesResponse(BatchRunTestCasesResponse other)`."]]],[]]