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, specifically for the .NET library."],["The `RunTestCaseResponse` class is used as a response message for the `TestCases.RunTestCase` method in the Dialogflow CX V3 API."],["The documentation includes version history, ranging from version 1.0.0 up to the latest version 2.23.0, allowing users to access the documentation for older versions."],["`RunTestCaseResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunTestCaseResponse` class has one property called `Result` that is a `TestCaseResult` type and used to obtain the result of a specific test case."]]],[]]