BotAudioLogDestinationArgs

data class BotAudioLogDestinationArgs(val s3Bucket: Output<BotS3BucketLogDestinationArgs>) : ConvertibleToJava<BotAudioLogDestinationArgs>

The location of audio log files collected when conversation logging is enabled for a bot.

Constructors

Link copied to clipboard
constructor(s3Bucket: Output<BotS3BucketLogDestinationArgs>)

Properties

Link copied to clipboard

Functions

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