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 .NET environment."],["The `RunTestCaseResponse` class represents the response message for the `TestCases.RunTestCase` method in the Dialogflow v3 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The page details the class's constructors, including a default constructor and a copy constructor that takes another `RunTestCaseResponse` object."],["The class has one key Property called 'Result' which is of the type TestCaseResult, in addition to the inherited members."]]],[]]