public sealed class RunTestCaseResponse : IMessage<RunTestCaseResponse>, IEquatable<RunTestCaseResponse>, IDeepCloneable<RunTestCaseResponse>, IBufferMessage, IMessage
The response message for [TestCases.RunTestCase][google.cloud.dialogflow.cx.v3.TestCases.RunTestCase].
[[["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 page details the `RunTestCaseResponse` class, which is the response message for running test cases in Dialogflow CX."],["The latest version available is 2.23.0, and the documentation spans multiple versions, starting from 1.0.0 up to the most recent."],["The `RunTestCaseResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It contains a `Result` property of type `TestCaseResult`, which provides the outcome of the executed test case."],["There are two constructors for `RunTestCaseResponse`: a default one and another that accepts another `RunTestCaseResponse` instance as a parameter."]]],[]]