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."],["It provides a comprehensive list of available versions, ranging from 1.0.0 to the latest 2.23.0, for the `RunContinuousTestRequest`."],["The `RunContinuousTestRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["Key properties of the `RunContinuousTestRequest` class include `Environment` (a string) and `EnvironmentAsEnvironmentName`, which is a typed view for the resource name."],["The webpage mentions the constructors for the `RunContinuousTestRequest` class, which are a default parameter-less one and another that accepts a `RunContinuousTestRequest` object."]]],[]]