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 reference documentation for the `BatchRunTestCasesResponse` class within the Dialogflow v3 API, specifically for the .NET environment."],["The latest version of this class is 2.23.0, but the page also lists and links to documentation for prior versions, all the way back to 1.0.0."],["The `BatchRunTestCasesResponse` class is used as the response message for the `TestCases.BatchRunTestCases` method, allowing for batch execution of test cases."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `Results` property of this class, of type `RepeatedField\u003cTestCaseResult\u003e`, contains the results of the test cases, though conversation turns are not detailed within this response."]]],[]]