Google Cloud Dialogflow Cx V3beta1Environment Test Cases Config Args
data class GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfigArgs(val enableContinuousRun: Output<Boolean>? = null, val enablePredeploymentRun: Output<Boolean>? = null, val testCases: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfigArgs>
The configuration for continuous tests.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfigArgs(enableContinuousRun: Output<Boolean>? = null, enablePredeploymentRun: Output<Boolean>? = null, testCases: Output<List<String>>? = null)