public sealed class RunContinuousTestResponse : IMessage<RunContinuousTestResponse>, IEquatable<RunContinuousTestResponse>, IDeepCloneable<RunContinuousTestResponse>, IBufferMessage, IMessage
The response message for [Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3.Environments.RunContinuousTest].
[[["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."],[[["The webpage details the `RunContinuousTestResponse` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used for handling responses from continuous test runs in Dialogflow CX environments."],["The latest version of `RunContinuousTestResponse` is 2.23.0, and the page provides access to documentation for this class across a range of versions, from 1.0.0 up to 2.23.0."],["The `RunContinuousTestResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, offering functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The class has one property, `ContinuousTestResult` of type `ContinuousTestResult`, which is used to get the results for a continuous test run."],["The class also has 2 constructors `RunContinuousTestResponse()` and `RunContinuousTestResponse(RunContinuousTestResponse other)`."]]],[]]