| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotVersionLocaleDetails |
BotVersionLocaleDetails.clone() |
BotVersionLocaleDetails |
BotVersionLocaleDetails.withSourceBotVersion(String sourceBotVersion)
The version of a bot used for a bot locale.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BotVersionLocaleDetails> |
CreateBotVersionResult.getBotVersionLocaleSpecification()
The source versions used for each locale in the new version.
|
Map<String,BotVersionLocaleDetails> |
CreateBotVersionRequest.getBotVersionLocaleSpecification()
Specifies the locales that Amazon Lex adds to this version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionResult |
CreateBotVersionResult.addBotVersionLocaleSpecificationEntry(String key,
BotVersionLocaleDetails value)
Add a single BotVersionLocaleSpecification entry
|
CreateBotVersionRequest |
CreateBotVersionRequest.addBotVersionLocaleSpecificationEntry(String key,
BotVersionLocaleDetails value)
Add a single BotVersionLocaleSpecification entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBotVersionResult.setBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
The source versions used for each locale in the new version.
|
void |
CreateBotVersionRequest.setBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
Specifies the locales that Amazon Lex adds to this version.
|
CreateBotVersionResult |
CreateBotVersionResult.withBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
The source versions used for each locale in the new version.
|
CreateBotVersionRequest |
CreateBotVersionRequest.withBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
Specifies the locales that Amazon Lex adds to this version.
|
Copyright © 2024. All rights reserved.