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, detailing its purpose as a response message for running test cases."],["The documentation covers a comprehensive list of versions for `RunTestCaseResponse`, ranging from the latest version 2.23.0 down to version 1.0.0, with each version linked to its respective documentation."],["`RunTestCaseResponse` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also includes a list of members inherited from Object."],["The `RunTestCaseResponse` class includes constructors, both a default constructor and one that accepts another `RunTestCaseResponse` object as a parameter for copying, and it also contains the `Result` property, of type `TestCaseResult`, that stores the test result."]]],[]]