Google Cloud Dialogflow Cx V3beta1Test Config Response
data class GoogleCloudDialogflowCxV3beta1TestConfigResponse(val flow: String, val page: String, val trackingParameters: List<String>)
Represents configurations for a test case.
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.
Link copied to clipboard
Session parameters to be compared when calculating differences.