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."],[[["This webpage details the `RunContinuousTestRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, which is used as a request message for running continuous tests in Dialogflow CX environments."],["The `RunContinuousTestRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used in various protobuf and .NET contexts."],["The class provides two constructors: a default constructor and one that takes another `RunContinuousTestRequest` object for copying, making it easy to instantiate and duplicate."],["It has properties for specifying the target environment, either as a raw string format (`Environment`) or as a typed `EnvironmentName` for resource management."],["The document lists all available versions of the class's documentation, from the latest version 2.23.0 back to 1.0.0, with the webpage currently focused on version 1.13.0."]]],[]]