BotAliasAudioLogSettingArgs

data class BotAliasAudioLogSettingArgs(val destination: Output<BotAliasAudioLogDestinationArgs>, val enabled: Output<Boolean>) : ConvertibleToJava<BotAliasAudioLogSettingArgs>

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<BotAliasAudioLogDestinationArgs>, 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(): BotAliasAudioLogSettingArgs