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."],[[["The `RunContinuousTestRequest` class is part of the Dialogflow v3 API within the `Google.Cloud.Dialogflow.Cx.V3` namespace, and it is a request message used for continuous testing environments."],["This documentation provides reference information for various versions of the Dialogflow v3 API, ranging from version 1.0.0 to the latest version, 2.23.0, along with links to view the documentation on each."],["The `RunContinuousTestRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality checks, deep cloning, and buffered message operations, respectively."],["The `RunContinuousTestRequest` class has two constructors and two properties, `Environment` and `EnvironmentAsEnvironmentName`, allowing users to create instances and specify the environment for the continuous test request."],["The `Environment` property of the `RunContinuousTestRequest` class is required and expects a string value formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/agents/\u003cAgent ID\u003e/environments/\u003cEnvironment ID\u003e`."]]],[]]