version Configs
Parameters
value
A list of configurations for flow versions. You should include version configs for all flows that are reachable from Agent.start_flow in the agent. Otherwise, an error will be returned. Structure is documented below.
Parameters
values
A list of configurations for flow versions. You should include version configs for all flows that are reachable from Agent.start_flow in the agent. Otherwise, an error will be returned. Structure is documented below.
suspend fun versionConfigs(argument: List<suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit>)
suspend fun versionConfigs(vararg argument: suspend CxEnvironmentVersionConfigArgsBuilder.() -> Unit)
Parameters
argument
A list of configurations for flow versions. You should include version configs for all flows that are reachable from Agent.start_flow in the agent. Otherwise, an error will be returned. Structure is documented below.