botLocales

@JvmName(name = "qhmhhnfqtfbafshb")
suspend fun botLocales(value: Output<List<BotLocaleArgs>>)
@JvmName(name = "cshrtthbvwwgtuft")
suspend fun botLocales(value: List<BotLocaleArgs>?)

Parameters

value

A list of locales for the bot.


@JvmName(name = "foqkqbuxacffrbxx")
suspend fun botLocales(vararg values: Output<BotLocaleArgs>)


@JvmName(name = "hvkbkgufewedtbxj")
suspend fun botLocales(values: List<Output<BotLocaleArgs>>)
@JvmName(name = "vyarnaljlwpjsxgf")
suspend fun botLocales(vararg values: BotLocaleArgs)

Parameters

values

A list of locales for the bot.


@JvmName(name = "oyiqvkobabkbaxds")
suspend fun botLocales(argument: List<suspend BotLocaleArgsBuilder.() -> Unit>)
@JvmName(name = "kdhurvssxayslumy")
suspend fun botLocales(vararg argument: suspend BotLocaleArgsBuilder.() -> Unit)
@JvmName(name = "gcmidgmjrqntakct")
suspend fun botLocales(argument: suspend BotLocaleArgsBuilder.() -> Unit)

Parameters

argument

A list of locales for the bot.