| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotAliasLocaleSettings |
BotAliasLocaleSettings.clone() |
BotAliasLocaleSettings |
BotAliasLocaleSettings.withCodeHookSpecification(CodeHookSpecification codeHookSpecification)
Specifies the Lambda function that should be used in the locale.
|
BotAliasLocaleSettings |
BotAliasLocaleSettings.withEnabled(Boolean enabled)
Determines whether the locale is enabled for the bot.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BotAliasLocaleSettings> |
UpdateBotAliasResult.getBotAliasLocaleSettings()
The updated Lambda functions to use in each locale for the bot alias.
|
Map<String,BotAliasLocaleSettings> |
UpdateBotAliasRequest.getBotAliasLocaleSettings()
The new Lambda functions to use in each locale for the bot alias.
|
Map<String,BotAliasLocaleSettings> |
DescribeBotAliasResult.getBotAliasLocaleSettings()
The locale settings that are unique to the alias.
|
Map<String,BotAliasLocaleSettings> |
CreateBotAliasResult.getBotAliasLocaleSettings()
Configuration information for a specific locale.
|
Map<String,BotAliasLocaleSettings> |
CreateBotAliasRequest.getBotAliasLocaleSettings()
Maps configuration information to a specific locale.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBotAliasResult |
UpdateBotAliasResult.addBotAliasLocaleSettingsEntry(String key,
BotAliasLocaleSettings value)
Add a single BotAliasLocaleSettings entry
|
UpdateBotAliasRequest |
UpdateBotAliasRequest.addBotAliasLocaleSettingsEntry(String key,
BotAliasLocaleSettings value)
Add a single BotAliasLocaleSettings entry
|
DescribeBotAliasResult |
DescribeBotAliasResult.addBotAliasLocaleSettingsEntry(String key,
BotAliasLocaleSettings value)
Add a single BotAliasLocaleSettings entry
|
CreateBotAliasResult |
CreateBotAliasResult.addBotAliasLocaleSettingsEntry(String key,
BotAliasLocaleSettings value)
Add a single BotAliasLocaleSettings entry
|
CreateBotAliasRequest |
CreateBotAliasRequest.addBotAliasLocaleSettingsEntry(String key,
BotAliasLocaleSettings value)
Add a single BotAliasLocaleSettings entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBotAliasResult.setBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The updated Lambda functions to use in each locale for the bot alias.
|
void |
UpdateBotAliasRequest.setBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The new Lambda functions to use in each locale for the bot alias.
|
void |
DescribeBotAliasResult.setBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The locale settings that are unique to the alias.
|
void |
CreateBotAliasResult.setBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
Configuration information for a specific locale.
|
void |
CreateBotAliasRequest.setBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
Maps configuration information to a specific locale.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The updated Lambda functions to use in each locale for the bot alias.
|
UpdateBotAliasRequest |
UpdateBotAliasRequest.withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The new Lambda functions to use in each locale for the bot alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The locale settings that are unique to the alias.
|
CreateBotAliasResult |
CreateBotAliasResult.withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
Configuration information for a specific locale.
|
CreateBotAliasRequest |
CreateBotAliasRequest.withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
Maps configuration information to a specific locale.
|
Copyright © 2023. All rights reserved.