public static final class CfnBot.TestBotAliasSettingsProperty.Builder
extends java.lang.Object
CfnBot.TestBotAliasSettingsProperty
Constructor and Description |
---|
Builder() |
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
public CfnBot.TestBotAliasSettingsProperty.Builder botAliasLocaleSettings(java.util.List<? extends java.lang.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
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
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
public CfnBot.TestBotAliasSettingsProperty.Builder description(java.lang.String description)
CfnBot.TestBotAliasSettingsProperty.getDescription()
description
- Specifies a description for the test bot alias.this
public CfnBot.TestBotAliasSettingsProperty.Builder sentimentAnalysisSettings(java.lang.Object sentimentAnalysisSettings)
CfnBot.TestBotAliasSettingsProperty.getSentimentAnalysisSettings()
sentimentAnalysisSettings
- Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.this
public CfnBot.TestBotAliasSettingsProperty build()
CfnBot.TestBotAliasSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided