| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasId(String botAliasId)
The identifier of the updated bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The updated Lambda functions to use in each locale for the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasName(String botAliasName)
The updated name of the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasStatus(String botAliasStatus)
The current status of the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botId(String botId)
The identifier of the bot with the updated alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botVersion(String botVersion)
The updated version of the bot that the alias points to.
|
static UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.builder() |
default UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.conversationLogSettings(Consumer<ConversationLogSettings.Builder> conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.conversationLogSettings(ConversationLogSettings conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot was created.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.description(String description)
The updated description of the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
default UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.sentimentAnalysisSettings(Consumer<SentimentAnalysisSettings.Builder> sentimentAnalysisSettings)
Sets the value of the SentimentAnalysisSettings property for this object.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)
Sets the value of the SentimentAnalysisSettings property for this object.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBotAliasResponse.Builder> |
UpdateBotAliasResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.