| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
static LexConfiguration.Builder |
LexConfiguration.builder() |
LexConfiguration.Builder |
LexConfiguration.Builder.lexBotAliasArn(String lexBotAliasArn)
The ARN of the Amazon Lex V2 bot's alias.
|
LexConfiguration.Builder |
LexConfiguration.Builder.localeId(String localeId)
Identifies the Amazon Lex V2 bot's language and locale.
|
LexConfiguration.Builder |
LexConfiguration.Builder.respondsTo(RespondsTo respondsTo)
Determines whether the Amazon Lex V2 bot responds to all standard messages.
|
LexConfiguration.Builder |
LexConfiguration.Builder.respondsTo(String respondsTo)
Determines whether the Amazon Lex V2 bot responds to all standard messages.
|
LexConfiguration.Builder |
LexConfiguration.toBuilder() |
LexConfiguration.Builder |
LexConfiguration.Builder.welcomeIntent(String welcomeIntent)
The name of the welcome intent configured in the Amazon Lex V2 bot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LexConfiguration.Builder> |
LexConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Configuration.Builder |
Configuration.Builder.lex(Consumer<LexConfiguration.Builder> lex)
The configuration for an Amazon Lex V2 bot.
|
Copyright © 2023. All rights reserved.