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` operation."],["It lists various versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from version 2.23.0 (latest) down to 1.0.0, with corresponding links for each version."],["The `RunTestCaseResponse` class implements multiple interfaces, including `IMessage\u003cRunTestCaseResponse\u003e`, `IEquatable\u003cRunTestCaseResponse\u003e`, `IDeepCloneable\u003cRunTestCaseResponse\u003e`, `IBufferMessage`, and `IMessage`, showing its capabilities for message handling and cloning."],["It inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and includes two constructors: a default one and another that takes a `RunTestCaseResponse` object as a parameter."],["The class features a `Result` property of type `TestCaseResult`, which is used to store the outcome of a test case execution."]]],[]]