| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBotVersionResult> |
AmazonLexModelsV2AsyncClient.createBotVersionAsync(CreateBotVersionRequest request,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler) |
Future<CreateBotVersionResult> |
AmazonLexModelsV2Async.createBotVersionAsync(CreateBotVersionRequest createBotVersionRequest,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler)
Creates an immutable version of the bot.
|
Future<CreateBotVersionResult> |
AbstractAmazonLexModelsV2Async.createBotVersionAsync(CreateBotVersionRequest request,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionRequest |
CreateBotVersionRequest.addBotVersionLocaleSpecificationEntry(String key,
BotVersionLocaleDetails value)
Add a single BotVersionLocaleSpecification entry
|
CreateBotVersionRequest |
CreateBotVersionRequest.clearBotVersionLocaleSpecificationEntries()
Removes all the entries added into BotVersionLocaleSpecification.
|
CreateBotVersionRequest |
CreateBotVersionRequest.clone() |
CreateBotVersionRequest |
CreateBotVersionRequest.withBotId(String botId)
The identifier of the bot to create the version for.
|
CreateBotVersionRequest |
CreateBotVersionRequest.withBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
Specifies the locales that Amazon Lex adds to this version.
|
CreateBotVersionRequest |
CreateBotVersionRequest.withDescription(String description)
A description of the version.
|
Copyright © 2024. All rights reserved.