version Configs
suspend fun versionConfigs(value: Output<List<GoogleCloudDialogflowCxV3EnvironmentVersionConfigArgs>>)
Parameters
value
A list of configurations for flow versions. You should include version configs for all flows that are reachable from Start Flow
in the agent. Otherwise, an error will be returned.
suspend fun versionConfigs(vararg values: Output<GoogleCloudDialogflowCxV3EnvironmentVersionConfigArgs>)
suspend fun versionConfigs(values: List<Output<GoogleCloudDialogflowCxV3EnvironmentVersionConfigArgs>>)
Parameters
values
A list of configurations for flow versions. You should include version configs for all flows that are reachable from Start Flow
in the agent. Otherwise, an error will be returned.
suspend fun versionConfigs(argument: List<suspend GoogleCloudDialogflowCxV3EnvironmentVersionConfigArgsBuilder.() -> Unit>)
suspend fun versionConfigs(vararg argument: suspend GoogleCloudDialogflowCxV3EnvironmentVersionConfigArgsBuilder.() -> Unit)
suspend fun versionConfigs(argument: suspend GoogleCloudDialogflowCxV3EnvironmentVersionConfigArgsBuilder.() -> Unit)
Parameters
argument
A list of configurations for flow versions. You should include version configs for all flows that are reachable from Start Flow
in the agent. Otherwise, an error will be returned.