public sealed class RunTestCaseResponse : IMessage<RunTestCaseResponse>, IEquatable<RunTestCaseResponse>, IDeepCloneable<RunTestCaseResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class RunTestCaseResponse.
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 page provides reference documentation for the `RunTestCaseResponse` class within the Google Cloud Dialogflow CX V3 API for .NET."],["The `RunTestCaseResponse` class is used as the response message for the `TestCases.RunTestCase` method in the Dialogflow CX V3 API."],["The class inherits from `object` and implements several interfaces: `IMessage\u003cRunTestCaseResponse\u003e`, `IEquatable\u003cRunTestCaseResponse\u003e`, `IDeepCloneable\u003cRunTestCaseResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The page details the constructors of the `RunTestCaseResponse` class, which include a default constructor and a constructor that accepts another `RunTestCaseResponse` object as a parameter."],["The key property of `RunTestCaseResponse` is `Result`, which is of type `TestCaseResult` and contains the outcome of the test case."]]],[]]