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, specifically version 1.7.0."],["The `RunContinuousTestRequest` class is used to initiate a continuous test request within Dialogflow CX environments and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists the different available versions of the `RunContinuousTestRequest` class, ranging from the latest 2.23.0 down to 1.0.0, allowing users to access documentation for specific versions."],["The class includes properties like `Environment`, a string that holds the environment resource name, and `EnvironmentAsEnvironmentName`, which provides an `EnvironmentName`-typed view of the environment."],["The webpage specifies that the `Environment` property within the class requires a specific format which is `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/environments/\u003cEnvironment ID\u003e`."]]],[]]