| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model | |
| com.amazonaws.services.lexmodelsv2.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotAliasResult |
AmazonLexModelsV2Client.describeBotAlias(DescribeBotAliasRequest request)
Get information about a specific bot alias.
|
DescribeBotAliasResult |
AmazonLexModelsV2.describeBotAlias(DescribeBotAliasRequest describeBotAliasRequest)
Get information about a specific bot alias.
|
DescribeBotAliasResult |
AbstractAmazonLexModelsV2.describeBotAlias(DescribeBotAliasRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeBotAliasResult> |
AmazonLexModelsV2AsyncClient.describeBotAliasAsync(DescribeBotAliasRequest request,
AsyncHandler<DescribeBotAliasRequest,DescribeBotAliasResult> asyncHandler) |
Future<DescribeBotAliasResult> |
AmazonLexModelsV2Async.describeBotAliasAsync(DescribeBotAliasRequest describeBotAliasRequest,
AsyncHandler<DescribeBotAliasRequest,DescribeBotAliasResult> asyncHandler)
Get information about a specific bot alias.
|
Future<DescribeBotAliasResult> |
AbstractAmazonLexModelsV2Async.describeBotAliasAsync(DescribeBotAliasRequest request,
AsyncHandler<DescribeBotAliasRequest,DescribeBotAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotAliasResult |
DescribeBotAliasResult.addBotAliasLocaleSettingsEntry(String key,
BotAliasLocaleSettings value)
Add a single BotAliasLocaleSettings entry
|
DescribeBotAliasResult |
DescribeBotAliasResult.clearBotAliasLocaleSettingsEntries()
Removes all the entries added into BotAliasLocaleSettings.
|
DescribeBotAliasResult |
DescribeBotAliasResult.clone() |
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasHistoryEvents(BotAliasHistoryEvent... botAliasHistoryEvents)
A list of events that affect a bot alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasHistoryEvents(Collection<BotAliasHistoryEvent> botAliasHistoryEvents)
A list of events that affect a bot alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasId(String botAliasId)
The identifier of the bot alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The locale settings that are unique to the alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasName(String botAliasName)
The name of the bot alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasStatus(String botAliasStatus)
The current status of the alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotId(String botId)
The identifier of the bot associated with the bot alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotVersion(String botVersion)
The version of the bot associated with the bot alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withConversationLogSettings(ConversationLogSettings conversationLogSettings)
Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the alias was created.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withDescription(String description)
The description of the bot alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the alias was last updated.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withSentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings) |
| Modifier and Type | Method and Description |
|---|---|
DescribeBotAliasResult |
DescribeBotAliasFunction.apply(DescribeBotAliasRequest describeBotAliasRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.