| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
LexConfiguration |
LexConfiguration.clone() |
LexConfiguration |
Configuration.getLex()
The configuration for an Amazon Lex V2 bot.
|
LexConfiguration |
LexConfiguration.withInvokedBy(InvokedBy invokedBy)
Specifies the type of message that triggers a bot.
|
LexConfiguration |
LexConfiguration.withLexBotAliasArn(String lexBotAliasArn)
The ARN of the Amazon Lex V2 bot's alias.
|
LexConfiguration |
LexConfiguration.withLocaleId(String localeId)
Identifies the Amazon Lex V2 bot's language and locale.
|
LexConfiguration |
LexConfiguration.withRespondsTo(RespondsTo respondsTo)
|
LexConfiguration |
LexConfiguration.withRespondsTo(String respondsTo)
|
LexConfiguration |
LexConfiguration.withWelcomeIntent(String welcomeIntent)
The name of the welcome intent configured in the Amazon Lex V2 bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setLex(LexConfiguration lex)
The configuration for an Amazon Lex V2 bot.
|
Configuration |
Configuration.withLex(LexConfiguration lex)
The configuration for an Amazon Lex V2 bot.
|
Copyright © 2024. All rights reserved.