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 various versions of the `RunTestCaseResponse` class, ranging from version 1.0.0 to the latest version 2.23.0, each with a link to its specific documentation."],["`RunTestCaseResponse` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are useful for understanding its functionality."],["The class includes a default constructor `RunTestCaseResponse()` and a copy constructor `RunTestCaseResponse(RunTestCaseResponse other)` for creating instances."],["The `RunTestCaseResponse` class contains one property, `Result`, which is of type `TestCaseResult` and represents the outcome of a test case."]]],[]]