GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfigArgs

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

fun GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfigArgs(enableContinuousRun: Output<Boolean>? = null, enablePredeploymentRun: Output<Boolean>? = null, testCases: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1EnvironmentTestCasesConfigArgs

Properties

Link copied to clipboard
val enableContinuousRun: Output<Boolean>? = null

Whether to run test cases in TestCasesConfig.test_cases periodically. Default false. If set to true, run once a day.

Link copied to clipboard
val enablePredeploymentRun: Output<Boolean>? = null

Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false.

Link copied to clipboard
val testCases: Output<List<String>>? = null

A list of test case names to run. They should be under the same agent. Format of each test case name: projects//locations/ /agents//testCases/