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 documentation for the `BatchRunTestCasesResponse` class within the Dialogflow v3 API for .NET, specifically related to the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The latest version documented is 2.23.0, and the page lists historical versions dating back to 1.0.0, offering links to their corresponding documentation."],["`BatchRunTestCasesResponse` is the response type for the `TestCases.BatchRunTestCases` method and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Results`, a `RepeatedField` of `TestCaseResult` that contains the results of test cases, but without detailed conversation turns."],["The page also shows the full inheritance tree, from `object` down to `BatchRunTestCasesResponse`, and details inherited members and available constructors for the class."]]],[]]