@Stability(value=Stable) public static final class CfnBot.TestBotAliasSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.TestBotAliasSettingsProperty>
CfnBot.TestBotAliasSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBot.TestBotAliasSettingsProperty.Builder botAliasLocaleSettings(IResolvable botAliasLocaleSettings)
CfnBot.TestBotAliasSettingsProperty.getBotAliasLocaleSettings()botAliasLocaleSettings - Specifies settings that are unique to a locale.
For example, you can use a different Lambda function depending on the bot's locale.this@Stability(value=Stable) public CfnBot.TestBotAliasSettingsProperty.Builder botAliasLocaleSettings(List<? extends Object> botAliasLocaleSettings)
CfnBot.TestBotAliasSettingsProperty.getBotAliasLocaleSettings()botAliasLocaleSettings - Specifies settings that are unique to a locale.
For example, you can use a different Lambda function depending on the bot's locale.this@Stability(value=Stable) public CfnBot.TestBotAliasSettingsProperty.Builder conversationLogSettings(CfnBot.ConversationLogSettingsProperty conversationLogSettings)
CfnBot.TestBotAliasSettingsProperty.getConversationLogSettings()conversationLogSettings - Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.this@Stability(value=Stable) public CfnBot.TestBotAliasSettingsProperty.Builder conversationLogSettings(IResolvable conversationLogSettings)
CfnBot.TestBotAliasSettingsProperty.getConversationLogSettings()conversationLogSettings - Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.this@Stability(value=Stable) public CfnBot.TestBotAliasSettingsProperty.Builder description(String description)
CfnBot.TestBotAliasSettingsProperty.getDescription()description - Specifies a description for the test bot alias.this@Stability(value=Stable) public CfnBot.TestBotAliasSettingsProperty.Builder sentimentAnalysisSettings(Object sentimentAnalysisSettings)
CfnBot.TestBotAliasSettingsProperty.getSentimentAnalysisSettings()sentimentAnalysisSettings - Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.this@Stability(value=Stable) public CfnBot.TestBotAliasSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.TestBotAliasSettingsProperty>CfnBot.TestBotAliasSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.