DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botAliasHistoryEvents(Collection<BotAliasHistoryEvent> botAliasHistoryEvents) |
A list of events that affect a bot alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botAliasHistoryEvents(Consumer<BotAliasHistoryEvent.Builder>... botAliasHistoryEvents) |
A list of events that affect a bot alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botAliasHistoryEvents(BotAliasHistoryEvent... botAliasHistoryEvents) |
A list of events that affect a bot alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botAliasId(String botAliasId) |
The identifier of the bot alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings) |
The locale settings that are unique to the alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botAliasName(String botAliasName) |
The name of the bot alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botAliasStatus(String botAliasStatus) |
The current status of the alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botAliasStatus(BotAliasStatus botAliasStatus) |
The current status of the alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botId(String botId) |
The identifier of the bot associated with the bot alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botVersion(String botVersion) |
The version of the bot associated with the bot alias.
|
static DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.builder() |
|
default DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.conversationLogSettings(Consumer<ConversationLogSettings.Builder> conversationLogSettings) |
Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.conversationLogSettings(ConversationLogSettings conversationLogSettings) |
Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the alias was created.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.description(String description) |
The description of the bot alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
A timestamp of the date and time that the alias was last updated.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.parentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks) |
A list of the networks to which the bot alias you described belongs.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.parentBotNetworks(Consumer<ParentBotNetwork.Builder>... parentBotNetworks) |
A list of the networks to which the bot alias you described belongs.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.parentBotNetworks(ParentBotNetwork... parentBotNetworks) |
A list of the networks to which the bot alias you described belongs.
|
default DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.sentimentAnalysisSettings(Consumer<SentimentAnalysisSettings.Builder> sentimentAnalysisSettings) |
Sets the value of the SentimentAnalysisSettings property for this object.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings) |
Sets the value of the SentimentAnalysisSettings property for this object.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.toBuilder() |
|