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 provides documentation for the `RunTestCaseResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for .NET development."],["The latest version documented is 2.23.0, and the page offers documentation for various historical versions, ranging from 1.0.0 to 2.23.0, of `RunTestCaseResponse`."],["`RunTestCaseResponse` is a sealed class used as a response message for test case execution, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `RunTestCaseResponse` object for copying."],["The main property, `Result`, of type `TestCaseResult`, will return the results of the test case that has been ran."]]],[]]