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, used for initiating continuous testing in Dialogflow CX environments."],["The `RunContinuousTestRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer manipulation."],["The class offers two constructors: a default constructor and one that takes another `RunContinuousTestRequest` object as a parameter for creating a new instance based on an existing one."],["It includes two properties related to the target environment, `Environment` (a string) and `EnvironmentAsEnvironmentName` (an `EnvironmentName` type), for specifying the environment where the continuous test will be executed."],["The webpage contains a list of many previous versions, starting at 1.0.0 and going all the way up to 2.23.0, where it is marked as the latest version of the `Google.Cloud.Dialogflow.Cx.V3.RunContinuousTestRequest`."]]],[]]