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 `RunTestCaseResponse` class is a response message for running test cases in the Dialogflow CX V3 API, found within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The latest version of the Dialogflow CX V3 API referenced is 2.23.0, and the documentation includes a comprehensive list of versions, ranging from 2.23.0 down to 1.0.0."],["This `RunTestCaseResponse` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Result` property of type `TestCaseResult`, representing the outcome of the test case execution, and it offers two constructors, one being parameterless and the other accepting another `RunTestCaseResponse` instance."]]],[]]