Google Cloud Dialogflow Cx V3beta1Test Config Args
data class GoogleCloudDialogflowCxV3beta1TestConfigArgs(val flow: Output<String>? = null, val page: Output<String>? = null, val trackingParameters: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1TestConfigArgs>
Represents configurations for a test case.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1TestConfigArgs(flow: Output<String>? = null, page: Output<String>? = null, trackingParameters: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
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
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.