public static interface CreateBotAliasRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<CreateBotAliasRequest.Builder,CreateBotAliasRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateBotAliasRequest.Builder |
botAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
Maps configuration information to a specific locale.
|
CreateBotAliasRequest.Builder |
botAliasName(String botAliasName)
The alias to create.
|
CreateBotAliasRequest.Builder |
botId(String botId)
The unique identifier of the bot that the alias applies to.
|
CreateBotAliasRequest.Builder |
botVersion(String botVersion)
The version of the bot that this alias points to.
|
default CreateBotAliasRequest.Builder |
conversationLogSettings(Consumer<ConversationLogSettings.Builder> conversationLogSettings)
Specifies whether Amazon Lex logs text and audio for a conversation with the bot.
|
CreateBotAliasRequest.Builder |
conversationLogSettings(ConversationLogSettings conversationLogSettings)
Specifies whether Amazon Lex logs text and audio for a conversation with the bot.
|
CreateBotAliasRequest.Builder |
description(String description)
A description of the alias.
|
CreateBotAliasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBotAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateBotAliasRequest.Builder |
sentimentAnalysisSettings(Consumer<SentimentAnalysisSettings.Builder> sentimentAnalysisSettings)
Sets the value of the SentimentAnalysisSettings property for this object.
|
CreateBotAliasRequest.Builder |
sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)
Sets the value of the SentimentAnalysisSettings property for this object.
|
CreateBotAliasRequest.Builder |
tags(Map<String,String> tags)
A list of tags to add to the bot alias.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBotAliasRequest.Builder botAliasName(String botAliasName)
The alias to create. The name must be unique for the bot.
botAliasName - The alias to create. The name must be unique for the bot.CreateBotAliasRequest.Builder description(String description)
A description of the alias. Use this description to help identify the alias.
description - A description of the alias. Use this description to help identify the alias.CreateBotAliasRequest.Builder botVersion(String botVersion)
The version of the bot that this alias points to. You can use the UpdateBotAlias operation to change the bot version associated with the alias.
botVersion - The version of the bot that this alias points to. You can use the UpdateBotAlias
operation to change the bot version associated with the alias.CreateBotAliasRequest.Builder botAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
Maps configuration information to a specific locale. You can use this parameter to specify a specific Lambda function to run different functions in different locales.
botAliasLocaleSettings - Maps configuration information to a specific locale. You can use this parameter to specify a specific
Lambda function to run different functions in different locales.CreateBotAliasRequest.Builder conversationLogSettings(ConversationLogSettings conversationLogSettings)
Specifies whether Amazon Lex logs text and audio for a conversation with the bot. When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch Logs. Audio logs store audio input in Amazon S3.
conversationLogSettings - Specifies whether Amazon Lex logs text and audio for a conversation with the bot. When you enable
conversation logs, text logs store text input, transcripts of audio input, and associated metadata in
Amazon CloudWatch Logs. Audio logs store audio input in Amazon S3.default CreateBotAliasRequest.Builder conversationLogSettings(Consumer<ConversationLogSettings.Builder> conversationLogSettings)
Specifies whether Amazon Lex logs text and audio for a conversation with the bot. When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch Logs. Audio logs store audio input in Amazon S3.
This is a convenience method that creates an instance of theConversationLogSettings.Builder avoiding
the need to create one manually via ConversationLogSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to conversationLogSettings(ConversationLogSettings).conversationLogSettings - a consumer that will call methods on ConversationLogSettings.BuilderconversationLogSettings(ConversationLogSettings)CreateBotAliasRequest.Builder sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)
sentimentAnalysisSettings - The new value for the SentimentAnalysisSettings property for this object.default CreateBotAliasRequest.Builder sentimentAnalysisSettings(Consumer<SentimentAnalysisSettings.Builder> sentimentAnalysisSettings)
SentimentAnalysisSettings.Builder
avoiding the need to create one manually via SentimentAnalysisSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sentimentAnalysisSettings(SentimentAnalysisSettings).sentimentAnalysisSettings - a consumer that will call methods on SentimentAnalysisSettings.BuildersentimentAnalysisSettings(SentimentAnalysisSettings)CreateBotAliasRequest.Builder botId(String botId)
The unique identifier of the bot that the alias applies to.
botId - The unique identifier of the bot that the alias applies to.CreateBotAliasRequest.Builder tags(Map<String,String> tags)
A list of tags to add to the bot alias. You can only add tags when you create an alias, you can't use the
UpdateBotAlias operation to update the tags on a bot alias. To update tags, use the
TagResource operation.
tags - A list of tags to add to the bot alias. You can only add tags when you create an alias, you can't use
the UpdateBotAlias operation to update the tags on a bot alias. To update tags, use the
TagResource operation.CreateBotAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBotAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.