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."],[[["This webpage provides documentation for the `BatchRunTestCasesResponse` class within the Dialogflow v3 API."],["The `BatchRunTestCasesResponse` class is used as a response message for batch test case runs and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["It supports multiple versions of the API, from 1.0.0 all the way up to the latest, 2.23.0, including version 2.8.0 which is highlighted on the page."],["The `BatchRunTestCasesResponse` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class contains one property called `Results`, which is a `RepeatedField` of type `TestCaseResult` and holds the test case results."]]],[]]