BotAliasLocaleSettings

data class BotAliasLocaleSettings(val codeHookSpecification: BotAliasCodeHookSpecification? = null, val enabled: Boolean)

You can use this parameter to specify a specific Lambda function to run different functions in different locales.

Constructors

Link copied to clipboard
constructor(codeHookSpecification: BotAliasCodeHookSpecification? = null, enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the Lambda code hook is enabled