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 for .NET, with the most recent version being 2.23.0."],["The `BatchRunTestCasesResponse` class is used as the response message for the `TestCases.BatchRunTestCases` operation in the Dialogflow CX v3 API."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, deep cloning, and buffer management."],["The `BatchRunTestCasesResponse` class includes a `Results` property of type `RepeatedField\u003cTestCaseResult\u003e` which contains the outcomes of test case executions."],["There are multiple versions of the `BatchRunTestCasesResponse` available, ranging from version 1.0.0 to the latest version 2.23.0, with associated documentation links for each."]]],[]]