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 used to send requests for continuous testing within the Dialogflow CX v3 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities and comparisons."],["The `Environment` property, a required string, specifies the Dialogflow environment where continuous testing will take place, and this can be represented as an `EnvironmentName`."],["This documentation includes the details for versions of the `RunContinuousTestRequest` class, ranging from version 1.0.0 to the most recent 2.23.0, with each version having a link to its own specific documentation."],["The class also has two constructors, one parameterless, and one taking another `RunContinuousTestRequest` object as an argument."]]],[]]