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 webpage details the `RunContinuousTestRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET, used for initiating continuous testing in Dialogflow CX environments."],["Version 2.23.0 is the latest version available, and the page provides links to documentation for numerous prior versions, dating back to version 1.0.0, which can be seen in the list provided."],["The `RunContinuousTestRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors, one default and another for creating a copy of an existing `RunContinuousTestRequest` object, along with two properties, `Environment` and `EnvironmentAsEnvironmentName`, to identify the target environment."],["The `Environment` property requires a specific format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/environments/\u003cEnvironment ID\u003e`."]]],[]]