flowVersions property
A list of flow versions to override for the request.
Format: projects//locations//agents//flows//versions/
. If version 1 of
flow X is included in this list, the traffic of flow X will go through
version 1 regardless of the version configuration in the environment. Each
flow can have at most one version specified in this list.
Implementation
core.List<core.String>? flowVersions;