CxTestCaseTestConfigArgs

data class CxTestCaseTestConfigArgs(val flow: Output<String>? = null, val page: Output<String>? = null, val trackingParameters: Output<List<String>>? = null) : ConvertibleToJava<CxTestCaseTestConfigArgs>

Constructors

Link copied to clipboard
constructor(flow: Output<String>? = null, page: Output<String>? = null, trackingParameters: Output<List<String>>? = null)

Properties

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

Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If neither is set, the test case will start with start page on the default start flow.

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

The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If neither is set, the test case will start with start page on the default start flow.

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

Session parameters to be compared when calculating differences.

Functions

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