AWS::Lex::Bot TestBotAliasSettings
Specifies configuration settings for the alias used to test the bot.
If the TestBotAliasSettings
property is not specified, the
settings are configured with default values.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BotAliasLocaleSettings" :
[ BotAliasLocaleSettingsItem, ... ]
, "ConversationLogSettings" :ConversationLogSettings
, "Description" :String
, "SentimentAnalysisSettings" :SentimentAnalysisSettings
}
YAML
BotAliasLocaleSettings:
- BotAliasLocaleSettingsItem
ConversationLogSettings:ConversationLogSettings
Description:String
SentimentAnalysisSettings:SentimentAnalysisSettings
Properties
BotAliasLocaleSettings
-
Specifies settings that are unique to a locale. For example, you can use a different Lambda function depending on the bot's locale.
Required: No
Type: Array of BotAliasLocaleSettingsItem
Maximum:
50
Update requires: No interruption
ConversationLogSettings
-
Specifies settings for conversation logs that save audio, text, and metadata information for conversations with your users.
Required: No
Type: ConversationLogSettings
Update requires: No interruption
Description
-
Specifies a description for the test bot alias.
Required: No
Type: String
Maximum:
200
Update requires: No interruption
SentimentAnalysisSettings
-
Specifies whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
Required: No
Type: SentimentAnalysisSettings
Update requires: No interruption