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 is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is available in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.23.0, with a history of prior versions ranging down to 1.0.0, all referencing `RunContinuousTestRequest`."],["It has properties including `Environment`, a string, which specifies the target environment for the test, and `EnvironmentAsEnvironmentName`, a typed view over the `Environment` resource name."],["The available constructors are the default constructor `RunContinuousTestRequest()`, as well as `RunContinuousTestRequest(RunContinuousTestRequest other)` that creates a new instance of the class based on the given parameter."]]],[]]