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 webpage provides reference documentation for the `RunTestCaseResponse` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for the Dialogflow v3 API, with the current version being 2.19.0."],["The `RunTestCaseResponse` class is a response message for the `TestCases.RunTestCase` function, used in Dialogflow CX."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["The page documents `RunTestCaseResponse` constructors, including a default constructor and one that takes another `RunTestCaseResponse` object as input."],["The `RunTestCaseResponse` class contains a single property named `Result` of type `TestCaseResult`, which holds the result of the test case execution, and the page provides detailed documentation of the versions spanning from 1.0.0 to the latest version 2.23.0."]]],[]]