public sealed class RunContinuousTestResponse : IMessage<RunContinuousTestResponse>, IEquatable<RunContinuousTestResponse>, IDeepCloneable<RunContinuousTestResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class RunContinuousTestResponse.
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."],[[["This page provides documentation for the `RunContinuousTestResponse` class within the Google.Cloud.Dialogflow.Cx.V3 namespace for .NET, detailing its purpose in the Dialogflow v3 API."],["The `RunContinuousTestResponse` class is used to represent the response message from the `Environments.RunContinuousTest` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's inheritance from the base `object` class, along with the inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The page includes a comprehensive list of versions, ranging from 1.0.0 to 2.23.0 (latest), each linked to its respective documentation for the `RunContinuousTestResponse` class."],["The `RunContinuousTestResponse` class contains a `ContinuousTestResult` property that holds the results of a continuous test run, which is detailed further in the `ContinuousTestResult` documentation."]]],[]]