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."],["This class represents the request message used for initiating continuous testing in Dialogflow CX environments, as indicated by `Environments.RunContinuousTest`."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered operations."],["The class has constructors for creating new instances and duplicating existing ones, along with properties like `Environment` and `EnvironmentAsEnvironmentName` for specifying the target environment."],["The webpage offers documentation for many versions of this RunContinuousTestRequest, from version 1.0.0 to the latest version, 2.23.0."]]],[]]