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 a request message used for running continuous tests in Dialogflow CX Environments."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message handling respectively."],["The `RunContinuousTestRequest` has a required `Environment` property, which is a string representing the path of a Dialogflow CX environment, and it also has an `EnvironmentAsEnvironmentName` property which provides a typed view of the environment resource name."],["There are many versions of the `RunContinuousTestRequest` that are documented, with version 2.23.0 being the latest, and the listed versions ranging from 1.0.0 all the way to 2.23.0."],["The class has two constructors: a parameterless one and another that takes an instance of `RunContinuousTestRequest` as an argument."]]],[]]