public sealed class RunContinuousTestRequest : IMessage<RunContinuousTestRequest>, IEquatable<RunContinuousTestRequest>, IDeepCloneable<RunContinuousTestRequest>, IBufferMessage, IMessage
The request 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 `RunContinuousTestRequest` class is used to send a request to run a continuous test within the Google Cloud Dialogflow CX environment, which is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer-based operations."],["The latest version of this document is version 2.23.0, with a list of different versions going back to version 1.0.0, all located within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The `RunContinuousTestRequest` class has properties such as `Environment`, which is a string representing the environment's resource name, and `EnvironmentAsEnvironmentName`, which is an `EnvironmentName`-typed view of the environment resource name."],["The class provides two constructors, one that is parameterless, and another that is given another `RunContinuousTestRequest` as a parameter."]]],[]]