GoogleCloudDialogflowCxV3TestConfigArgs

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

Represents configurations for a test case.

Constructors

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

Functions

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

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 both are set, page takes precedence over flow. 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 both are set, page takes precedence over flow. 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.