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 content details the `RunTestCaseResponse` class, which is a response message used in the `TestCases.RunTestCase` method within the Google Cloud Dialogflow CX V3 API."],["The page lists numerous versions of the `RunTestCaseResponse` class, ranging from the latest version 2.23.0 down to version 1.0.0, all of which can be selected."],["The `RunTestCaseResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a constructor to initialize a `RunTestCaseResponse` object, either as an empty object, or from an existing one."],["The `RunTestCaseResponse` class has a single property named `Result` of type `TestCaseResult`, which represents the result of the test case."]]],[]]