BotAudioLogSetting

data class BotAudioLogSetting(val destination: BotAudioLogDestination, val enabled: Boolean)

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: BotAudioLogDestination, enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard