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-04-09 UTC."],[[["This webpage provides reference documentation for the `BatchRunTestCasesResponse` class within the Google Cloud Dialogflow CX v3 API."],["The `BatchRunTestCasesResponse` class is used as a response message for `TestCases.BatchRunTestCases` in the Dialogflow CX v3 API."],["The documentation lists various versions of the API, ranging from version 1.0.0 to the latest version 2.23.0, including the current version, 2.22.0."],["`BatchRunTestCasesResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a property, `Results`, which is a `RepeatedField` containing `TestCaseResult` objects, representing the test case results, although the detailed conversation turns are not included in this response."]]],[]]