AWS::Lex::BotAlias ConversationLogSettings
Configures conversation logging that saves audio, text, and metadata for the conversations with your users.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AudioLogSettings" :
[ AudioLogSetting, ... ]
, "TextLogSettings" :[ TextLogSetting, ... ]
}
Properties
AudioLogSettings
-
The Amazon S3 settings for logging audio to an S3 bucket.
Required: No
Type: Array of AudioLogSetting
Maximum:
1
Update requires: No interruption
TextLogSettings
-
The Amazon CloudWatch Logs settings for logging text and metadata.
Required: No
Type: Array of TextLogSetting
Maximum:
1
Update requires: No interruption