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 provided content details the `BatchRunTestCasesResponse` class within the Google Cloud Dialogflow CX V3 API, including its various version histories."],["The latest version of `BatchRunTestCasesResponse` is documented as 2.23.0, and previous versions, starting from 1.0.0 up until 2.22.0, are also accessible via the provided links."],["`BatchRunTestCasesResponse` is the response message for the `TestCases.BatchRunTestCases` method, encapsulating test case results."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of the class is `Results`, which holds a list of `TestCaseResult` objects, although the detailed conversation turns within those results are empty."]]],[]]