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 latest version of the Dialogflow v3 API class BatchRunTestCasesResponse is 2.23.0, with numerous prior versions available, dating back to version 1.0.0."],["`BatchRunTestCasesResponse` is a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace that serves as the response message for the `TestCases.BatchRunTestCases` operation."],["The class implements multiple interfaces, including `IMessage\u003cBatchRunTestCasesResponse\u003e`, `IEquatable\u003cBatchRunTestCasesResponse\u003e`, `IDeepCloneable\u003cBatchRunTestCasesResponse\u003e`, `IBufferMessage`, and `IMessage`."],["`BatchRunTestCasesResponse` provides a `Results` property of type `RepeatedField\u003cTestCaseResult\u003e` which contains the test case results, although detailed conversation turns are omitted."],["The class includes a default constructor and a copy constructor which takes another `BatchRunTestCasesResponse` instance as an argument."]]],[]]