| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotResult |
AbstractAmazonLexModelsV2.updateBot(UpdateBotRequest request) |
UpdateBotResult |
AmazonLexModelsV2.updateBot(UpdateBotRequest updateBotRequest)
Updates the configuration of an existing bot.
|
UpdateBotResult |
AmazonLexModelsV2Client.updateBot(UpdateBotRequest request)
Updates the configuration of an existing bot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBotResult> |
AbstractAmazonLexModelsV2Async.updateBotAsync(UpdateBotRequest request) |
Future<UpdateBotResult> |
AmazonLexModelsV2Async.updateBotAsync(UpdateBotRequest updateBotRequest)
Updates the configuration of an existing bot.
|
Future<UpdateBotResult> |
AmazonLexModelsV2AsyncClient.updateBotAsync(UpdateBotRequest request) |
Future<UpdateBotResult> |
AbstractAmazonLexModelsV2Async.updateBotAsync(UpdateBotRequest request,
AsyncHandler<UpdateBotRequest,UpdateBotResult> asyncHandler) |
Future<UpdateBotResult> |
AmazonLexModelsV2Async.updateBotAsync(UpdateBotRequest updateBotRequest,
AsyncHandler<UpdateBotRequest,UpdateBotResult> asyncHandler)
Updates the configuration of an existing bot.
|
Future<UpdateBotResult> |
AmazonLexModelsV2AsyncClient.updateBotAsync(UpdateBotRequest request,
AsyncHandler<UpdateBotRequest,UpdateBotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBotResult> |
AbstractAmazonLexModelsV2Async.updateBotAsync(UpdateBotRequest request,
AsyncHandler<UpdateBotRequest,UpdateBotResult> asyncHandler) |
Future<UpdateBotResult> |
AmazonLexModelsV2Async.updateBotAsync(UpdateBotRequest updateBotRequest,
AsyncHandler<UpdateBotRequest,UpdateBotResult> asyncHandler)
Updates the configuration of an existing bot.
|
Future<UpdateBotResult> |
AmazonLexModelsV2AsyncClient.updateBotAsync(UpdateBotRequest request,
AsyncHandler<UpdateBotRequest,UpdateBotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotResult |
UpdateBotResult.clone() |
UpdateBotResult |
UpdateBotResult.withBotId(String botId)
The unique identifier of the bot that was updated.
|
UpdateBotResult |
UpdateBotResult.withBotMembers(BotMember... botMembers)
The list of bot members in the network that was updated.
|
UpdateBotResult |
UpdateBotResult.withBotMembers(Collection<BotMember> botMembers)
The list of bot members in the network that was updated.
|
UpdateBotResult |
UpdateBotResult.withBotName(String botName)
The name of the bot after the update.
|
UpdateBotResult |
UpdateBotResult.withBotStatus(BotStatus botStatus)
Shows the current status of the bot.
|
UpdateBotResult |
UpdateBotResult.withBotStatus(String botStatus)
Shows the current status of the bot.
|
UpdateBotResult |
UpdateBotResult.withBotType(BotType botType)
The type of the bot that was updated.
|
UpdateBotResult |
UpdateBotResult.withBotType(String botType)
The type of the bot that was updated.
|
UpdateBotResult |
UpdateBotResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot was created.
|
UpdateBotResult |
UpdateBotResult.withDataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
|
UpdateBotResult |
UpdateBotResult.withDescription(String description)
The description of the bot after the update.
|
UpdateBotResult |
UpdateBotResult.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session timeout, in seconds, for the bot after the update.
|
UpdateBotResult |
UpdateBotResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
UpdateBotResult |
UpdateBotResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
|
Copyright © 2023. All rights reserved.