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 Dialogflow v3 API."],["This `BatchRunTestCasesResponse` class is used to handle the response message for the `TestCases.BatchRunTestCases` method."],["The `BatchRunTestCasesResponse` class has an inheritance from object and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties like `Results` of type `RepeatedField\u003cTestCaseResult\u003e`."],["There are multiple versions of the API available, ranging from version 1.0.0 to 2.23.0 (latest)."],["Constructors for the `BatchRunTestCasesResponse` include a parameterless constructor, and one that takes another `BatchRunTestCasesResponse` object as an input."]]],[]]