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 testing in Dialogflow CX environments."],["The class `RunContinuousTestRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The latest version of the class is accessible at version `2.23.0`, and there are a total of 37 versions listed on the webpage, ranging from `1.0.0` to the latest `2.23.0`."],["The `RunContinuousTestRequest` class includes two constructors and two properties, `Environment` and `EnvironmentAsEnvironmentName`, with `Environment` being a required property for specifying the target environment for continuous testing."],["The webpage shows that the `RunContinuousTestRequest` class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, standard in .NET object hierarchy."]]],[]]