flow property
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.
Implementation
core.String? flow;