class Aws::LexModelsV2::Types::AudioLogSetting
Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.
@note When making an API call, you may pass AudioLogSetting
data as a hash: { enabled: false, # required destination: { # required s3_bucket: { # required kms_key_arn: "KmsKeyArn", s3_bucket_arn: "S3BucketArn", # required log_prefix: "LogPrefix", # required }, }, }
@!attribute [rw] enabled
Determines whether audio logging in enabled for the bot. @return [Boolean]
@!attribute [rw] destination
The location of audio log files collected when conversation logging is enabled for a bot. @return [Types::AudioLogDestination]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/AudioLogSetting AWS API Documentation
Constants
- SENSITIVE