| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotAliasResult |
AmazonLexModelsV2Client.updateBotAlias(UpdateBotAliasRequest request)
Updates the configuration of an existing bot alias.
|
UpdateBotAliasResult |
AbstractAmazonLexModelsV2.updateBotAlias(UpdateBotAliasRequest request) |
UpdateBotAliasResult |
AmazonLexModelsV2.updateBotAlias(UpdateBotAliasRequest updateBotAliasRequest)
Updates the configuration of an existing bot alias.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBotAliasResult> |
AbstractAmazonLexModelsV2Async.updateBotAliasAsync(UpdateBotAliasRequest request,
AsyncHandler<UpdateBotAliasRequest,UpdateBotAliasResult> asyncHandler) |
Future<UpdateBotAliasResult> |
AmazonLexModelsV2Async.updateBotAliasAsync(UpdateBotAliasRequest updateBotAliasRequest,
AsyncHandler<UpdateBotAliasRequest,UpdateBotAliasResult> asyncHandler)
Updates the configuration of an existing bot alias.
|
Future<UpdateBotAliasResult> |
AmazonLexModelsV2AsyncClient.updateBotAliasAsync(UpdateBotAliasRequest request,
AsyncHandler<UpdateBotAliasRequest,UpdateBotAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotAliasResult |
UpdateBotAliasResult.addBotAliasLocaleSettingsEntry(String key,
BotAliasLocaleSettings value)
Add a single BotAliasLocaleSettings entry
|
UpdateBotAliasResult |
UpdateBotAliasResult.clearBotAliasLocaleSettingsEntries()
Removes all the entries added into BotAliasLocaleSettings.
|
UpdateBotAliasResult |
UpdateBotAliasResult.clone() |
UpdateBotAliasResult |
UpdateBotAliasResult.withBotAliasId(String botAliasId)
The identifier of the updated bot alias.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The updated Lambda functions to use in each locale for the bot alias.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withBotAliasName(String botAliasName)
The updated name of the bot alias.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withBotAliasStatus(BotAliasStatus botAliasStatus)
The current status of the bot alias.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withBotAliasStatus(String botAliasStatus)
The current status of the bot alias.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withBotId(String botId)
The identifier of the bot with the updated alias.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withBotVersion(String botVersion)
The updated version of the bot that the alias points to.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withConversationLogSettings(ConversationLogSettings conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot was created.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withDescription(String description)
The updated description of the bot alias.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withSentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings) |
Copyright © 2022. All rights reserved.