public sealed class RunContinuousTestRequest : IMessage<RunContinuousTestRequest>, IEquatable<RunContinuousTestRequest>, IDeepCloneable<RunContinuousTestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class RunContinuousTestRequest.
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 document provides reference documentation for the `RunContinuousTestRequest` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET environment."],["The `RunContinuousTestRequest` class is used to initiate a continuous test run within a specified Dialogflow CX environment, using the `Environments.RunContinuousTest` method."],["The latest documented version of `RunContinuousTestRequest` is 2.23.0, but documentation for versions ranging from 1.0.0 to 2.23.0 are provided."],["The `RunContinuousTestRequest` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunContinuousTestRequest` class has two constructors, the default empty constructor, and one that takes another instance of itself as the other parameter, alongside two properties: `Environment`, which takes a string that is the environment's resource name, and `EnvironmentAsEnvironmentName`, which is a type-safe view of the first property."]]],[]]