botAliasLocaleSettings

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "bhdqsjfsotkbabng")
suspend fun botAliasLocaleSettings(argument: List<suspend BotAliasLocaleSettingsItemArgsBuilder.() -> Unit>)
@JvmName(name = "jhfwhptlohrhymwo")
suspend fun botAliasLocaleSettings(vararg argument: suspend BotAliasLocaleSettingsItemArgsBuilder.() -> Unit)
@JvmName(name = "shngjmfalhpebysw")
suspend fun botAliasLocaleSettings(argument: suspend BotAliasLocaleSettingsItemArgsBuilder.() -> Unit)

Parameters

argument

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