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."],[[["The webpage details the `RunTestCaseResponse` class, which is the response message for the `TestCases.RunTestCase` method in Google Cloud Dialogflow CX V3."],["The latest version documented is 2.23.0, with a comprehensive list of previous versions down to 1.0.0 available, all leading to `RunTestCaseResponse`."],["The `RunTestCaseResponse` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Result` property of type `TestCaseResult`, providing the outcome of a test case."],["There are two public constructors, a default parameterless constructor, and another that accepts a copy of `RunTestCaseResponse` as its parameter."]]],[]]