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 for requesting continuous tests in Dialogflow CX environments."],["The class `RunContinuousTestRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the Google Cloud Protobuf library."],["The `RunContinuousTestRequest` class has properties such as `Environment` (a string representing the environment resource name) and `EnvironmentAsEnvironmentName`, which provides a typed view of the environment name."],["The webpage offers a list of versions ranging from 2.23.0 (latest) to 1.0.0, each linking to the documentation of the `RunContinuousTestRequest` class for that specific release."],["The `RunContinuousTestRequest` class can be instantiated using either a parameterless constructor or a constructor that takes another `RunContinuousTestRequest` object as a parameter."]]],[]]