@Stability(value=Stable) public static final class CfnBotAliasProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBotAliasProps>
CfnBotAliasProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBotAliasProps.Builder botAliasName(String botAliasName)
CfnBotAliasProps.getBotAliasName()botAliasName - The name of the bot alias. This parameter is required.this@Stability(value=Stable) public CfnBotAliasProps.Builder botId(String botId)
CfnBotAliasProps.getBotId()botId - The unique identifier of the bot. This parameter is required.this@Stability(value=Stable) public CfnBotAliasProps.Builder botAliasLocaleSettings(IResolvable botAliasLocaleSettings)
CfnBotAliasProps.getBotAliasLocaleSettings()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.this@Stability(value=Stable) public CfnBotAliasProps.Builder botAliasLocaleSettings(List<? extends Object> botAliasLocaleSettings)
CfnBotAliasProps.getBotAliasLocaleSettings()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.this@Stability(value=Stable) public CfnBotAliasProps.Builder botAliasTags(IResolvable botAliasTags)
CfnBotAliasProps.getBotAliasTags()botAliasTags - An array of key-value pairs to apply to this resource.
You can only add tags when you specify an alias.
For more information, see Tag .
this@Stability(value=Stable) public CfnBotAliasProps.Builder botAliasTags(List<? extends Object> botAliasTags)
CfnBotAliasProps.getBotAliasTags()botAliasTags - An array of key-value pairs to apply to this resource.
You can only add tags when you specify an alias.
For more information, see Tag .
this@Stability(value=Stable) public CfnBotAliasProps.Builder botVersion(String botVersion)
CfnBotAliasProps.getBotVersion()botVersion - The version of the bot that the bot alias references.this@Stability(value=Stable) public CfnBotAliasProps.Builder conversationLogSettings(CfnBotAlias.ConversationLogSettingsProperty conversationLogSettings)
CfnBotAliasProps.getConversationLogSettings()conversationLogSettings - Specifies whether Amazon Lex logs text and audio for conversations 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 input in Amazon S3 .this@Stability(value=Stable) public CfnBotAliasProps.Builder conversationLogSettings(IResolvable conversationLogSettings)
CfnBotAliasProps.getConversationLogSettings()conversationLogSettings - Specifies whether Amazon Lex logs text and audio for conversations 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 input in Amazon S3 .this@Stability(value=Stable) public CfnBotAliasProps.Builder description(String description)
CfnBotAliasProps.getDescription()description - The description of the bot alias.this@Stability(value=Stable) public CfnBotAliasProps.Builder sentimentAnalysisSettings(Object sentimentAnalysisSettings)
CfnBotAliasProps.getSentimentAnalysisSettings()sentimentAnalysisSettings - Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.this@Stability(value=Stable) public CfnBotAliasProps build()
build in interface software.amazon.jsii.Builder<CfnBotAliasProps>CfnBotAliasPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.