GetBotAssociationLexBot

data class GetBotAssociationLexBot(val lexRegion: String, val name: String) : ConvertibleToJava<GetBotAssociationLexBot>

Constructors

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

Properties

Link copied to clipboard

Region that the Amazon Lex (V1) bot was created in.

Link copied to clipboard

Name of the Amazon Lex (V1) bot.

Functions

Link copied to clipboard
open override fun toJava(): GetBotAssociationLexBot