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 page provides documentation for the `RunTestCaseResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its purpose as a response message for the `TestCases.RunTestCase` function."],["It lists available versions of the `RunTestCaseResponse` class, ranging from version 2.23.0 (latest) down to 1.0.0, providing links to each version's specific documentation."],["The `RunTestCaseResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities within the .NET framework."],["The class inherits from the base `Object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It includes information on the class constructors and a `Result` property, which is of type `TestCaseResult`, offering details about the outcome of a test case."]]],[]]