BotAssociationLexBot

data class BotAssociationLexBot(val lexRegion: String? = null, val name: String)

Constructors

Link copied to clipboard
constructor(lexRegion: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val lexRegion: String? = null

The Region that the Amazon Lex (V1) bot was created in. Defaults to current region.

Link copied to clipboard

The name of the Amazon Lex (V1) bot.