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."],[[["This webpage provides documentation for the `RunTestCaseResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its implementation and usage across various versions."],["The `RunTestCaseResponse` class is a sealed class that serves as the response message for the `TestCases.RunTestCase` operation, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The documentation covers a range of versions for the `RunTestCaseResponse`, starting from version 1.0.0 up to the latest version 2.23.0, allowing users to navigate through the changes in different versions."],["The class features two constructors, `RunTestCaseResponse()` and `RunTestCaseResponse(RunTestCaseResponse other)`, and includes a `Result` property of type `TestCaseResult`."]]],[]]