botAliasLocaleSettings

@JvmName(name = "hheoehpgcbougymy")
suspend fun botAliasLocaleSettings(value: Output<List<BotAliasLocaleSettingsItemArgs>>)
@JvmName(name = "wtaobwwxtpftsqff")
suspend fun botAliasLocaleSettings(value: List<BotAliasLocaleSettingsItemArgs>?)

Parameters

value

Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.


@JvmName(name = "huubklcnboskprqj")
suspend fun botAliasLocaleSettings(vararg values: Output<BotAliasLocaleSettingsItemArgs>)


@JvmName(name = "tdamvkrlsjobygep")
suspend fun botAliasLocaleSettings(values: List<Output<BotAliasLocaleSettingsItemArgs>>)
@JvmName(name = "lysplvvbqmjlnrum")
suspend fun botAliasLocaleSettings(vararg values: BotAliasLocaleSettingsItemArgs)

Parameters

values

Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.


@JvmName(name = "pvuamxdgccbupmyr")
suspend fun botAliasLocaleSettings(argument: List<suspend BotAliasLocaleSettingsItemArgsBuilder.() -> Unit>)
@JvmName(name = "ohvhdnxpenmwpqqy")
suspend fun botAliasLocaleSettings(vararg argument: suspend BotAliasLocaleSettingsItemArgsBuilder.() -> Unit)
@JvmName(name = "tajgxelvjrfpkfxd")
suspend fun botAliasLocaleSettings(argument: suspend BotAliasLocaleSettingsItemArgsBuilder.() -> Unit)

Parameters

argument

Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.