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."],["`RunTestCaseResponse` is the response message for TestCases.RunTestCase in the Dialogflow v3 API, designed for .NET use."],["The documentation includes versioned references, with version 2.23.0 being the latest, and a detailed list of previous versions available."],["`RunTestCaseResponse` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, amongst others."],["The class has properties such as `Result`, of type `TestCaseResult`, which provides information on the test execution's outcome."]]],[]]