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 reference documentation for the `BatchRunTestCasesResponse` class within the Google Cloud Dialogflow CX v3 API."],["The `BatchRunTestCasesResponse` class is used to handle the response of a batch test run, specifically for the `TestCases.BatchRunTestCases` method."],["It is available in a range of versions, starting from version 1.0.0 up to the latest version, 2.23.0, as shown in the provided list."],["The `BatchRunTestCasesResponse` class includes a `Results` property, which is a repeated field of `TestCaseResult` objects, representing the test case results, but the conversation turns will be empty in this response."],["The `BatchRunTestCasesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]