BotAudioLogSettingArgs

data class BotAudioLogSettingArgs(val destination: Output<BotAudioLogDestinationArgs>, val enabled: Output<Boolean>) : ConvertibleToJava<BotAudioLogSettingArgs>

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.

Constructors

Link copied to clipboard
constructor(destination: Output<BotAudioLogDestinationArgs>, enabled: Output<Boolean>)

Properties

Link copied to clipboard
Link copied to clipboard
val enabled: Output<Boolean>

Functions

Link copied to clipboard
open override fun toJava(): BotAudioLogSettingArgs