LexConfiguration

The configuration for an Amazon Lex V2 bot.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the type of message that triggers a bot.

Link copied to clipboard

The ARN of the Amazon Lex V2 bot's alias. The ARN uses this format: arn:aws:lex:REGION:ACCOUNT:bot-alias/MYBOTID/MYBOTALIAS

Link copied to clipboard

Identifies the Amazon Lex V2 bot's language and locale. The string must match one of the supported locales in Amazon Lex V2. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages in the Amazon Lex V2 Developer Guide.

Link copied to clipboard

Deprecated. Use InvokedBy instead.

Link copied to clipboard

The name of the welcome intent configured in the Amazon Lex V2 bot.

Functions

Link copied to clipboard
inline fun copy(block: LexConfiguration.Builder.() -> Unit = {}): LexConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String