| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateBotAliasResult |
AmazonLexModelsV2Client.createBotAlias(CreateBotAliasRequest request)
Creates an alias for the specified version of a bot.
|
CreateBotAliasResult |
AmazonLexModelsV2.createBotAlias(CreateBotAliasRequest createBotAliasRequest)
Creates an alias for the specified version of a bot.
|
CreateBotAliasResult |
AbstractAmazonLexModelsV2.createBotAlias(CreateBotAliasRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBotAliasResult> |
AbstractAmazonLexModelsV2Async.createBotAliasAsync(CreateBotAliasRequest request,
AsyncHandler<CreateBotAliasRequest,CreateBotAliasResult> asyncHandler) |
Future<CreateBotAliasResult> |
AmazonLexModelsV2AsyncClient.createBotAliasAsync(CreateBotAliasRequest request,
AsyncHandler<CreateBotAliasRequest,CreateBotAliasResult> asyncHandler) |
Future<CreateBotAliasResult> |
AmazonLexModelsV2Async.createBotAliasAsync(CreateBotAliasRequest createBotAliasRequest,
AsyncHandler<CreateBotAliasRequest,CreateBotAliasResult> asyncHandler)
Creates an alias for the specified version of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBotAliasResult |
CreateBotAliasResult.addBotAliasLocaleSettingsEntry(String key,
BotAliasLocaleSettings value)
Add a single BotAliasLocaleSettings entry
|
CreateBotAliasResult |
CreateBotAliasResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateBotAliasResult |
CreateBotAliasResult.clearBotAliasLocaleSettingsEntries()
Removes all the entries added into BotAliasLocaleSettings.
|
CreateBotAliasResult |
CreateBotAliasResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateBotAliasResult |
CreateBotAliasResult.clone() |
CreateBotAliasResult |
CreateBotAliasResult.withBotAliasId(String botAliasId)
The unique identifier of the bot alias.
|
CreateBotAliasResult |
CreateBotAliasResult.withBotAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
Configuration information for a specific locale.
|
CreateBotAliasResult |
CreateBotAliasResult.withBotAliasName(String botAliasName)
The name specified for the bot alias.
|
CreateBotAliasResult |
CreateBotAliasResult.withBotAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
CreateBotAliasResult |
CreateBotAliasResult.withBotAliasStatus(String botAliasStatus)
The current status of the alias.
|
CreateBotAliasResult |
CreateBotAliasResult.withBotId(String botId)
The unique identifier of the bot that this alias applies to.
|
CreateBotAliasResult |
CreateBotAliasResult.withBotVersion(String botVersion)
The version of the bot associated with this alias.
|
CreateBotAliasResult |
CreateBotAliasResult.withConversationLogSettings(ConversationLogSettings conversationLogSettings)
The conversation log settings specified for the alias.
|
CreateBotAliasResult |
CreateBotAliasResult.withCreationDateTime(Date creationDateTime)
A Unix timestamp indicating the date and time that the bot alias was created.
|
CreateBotAliasResult |
CreateBotAliasResult.withDescription(String description)
The description specified for the bot alias.
|
CreateBotAliasResult |
CreateBotAliasResult.withSentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings) |
CreateBotAliasResult |
CreateBotAliasResult.withTags(Map<String,String> tags)
A list of tags associated with the bot alias.
|
Copyright © 2023. All rights reserved.