| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionResult |
AmazonLexModelsV2Client.createBotVersion(CreateBotVersionRequest request)
Creates an immutable version of the bot.
|
CreateBotVersionResult |
AbstractAmazonLexModelsV2.createBotVersion(CreateBotVersionRequest request) |
CreateBotVersionResult |
AmazonLexModelsV2.createBotVersion(CreateBotVersionRequest createBotVersionRequest)
Creates an immutable version of the bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBotVersionResult> |
AbstractAmazonLexModelsV2Async.createBotVersionAsync(CreateBotVersionRequest request,
AsyncHandler<CreateBotVersionRequest,CreateBotVersionResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionResult |
CreateBotVersionResult.addBotVersionLocaleSpecificationEntry(String key,
BotVersionLocaleDetails value)
Add a single BotVersionLocaleSpecification entry
|
CreateBotVersionResult |
CreateBotVersionResult.clearBotVersionLocaleSpecificationEntries()
Removes all the entries added into BotVersionLocaleSpecification.
|
CreateBotVersionResult |
CreateBotVersionResult.clone() |
CreateBotVersionResult |
CreateBotVersionResult.withBotId(String botId)
The bot identifier specified in the request.
|
CreateBotVersionResult |
CreateBotVersionResult.withBotStatus(BotStatus botStatus)
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. |
CreateBotVersionResult |
CreateBotVersionResult.withBotStatus(String botStatus)
When you send a request to create or update a bot, Amazon Lex sets the status response element to
Creating. |
CreateBotVersionResult |
CreateBotVersionResult.withBotVersion(String botVersion)
The version number assigned to the version.
|
CreateBotVersionResult |
CreateBotVersionResult.withBotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
The source versions used for each locale in the new version.
|
CreateBotVersionResult |
CreateBotVersionResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the version was created.
|
CreateBotVersionResult |
CreateBotVersionResult.withDescription(String description)
The description of the version specified in the request.
|
Copyright © 2025. All rights reserved.