GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigResponse

data class GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigResponse(val enableContinuousRun: Boolean, val enablePredeploymentRun: Boolean, val testCases: List<String>)

The configuration for continuous tests.

Constructors

fun GoogleCloudDialogflowCxV3EnvironmentTestCasesConfigResponse(enableContinuousRun: Boolean, enablePredeploymentRun: Boolean, testCases: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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/