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 version 1.3.0."],["`RunTestCaseResponse` is used as the response message for the `TestCases.RunTestCase` method in the Dialogflow CX V3 API."],["The documentation outlines that this class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `RunTestCaseResponse` class documentation, with version 2.23.0 being the latest."],["The page provides details on the constructor, and the \"Result\" property, giving its type as `TestCaseResult`, as well as its description."]]],[]]