BotConversationLogSettingsArgs

data class BotConversationLogSettingsArgs(val audioLogSettings: Output<List<BotAudioLogSettingArgs>>? = null, val textLogSettings: Output<List<BotTextLogSettingArgs>>? = null) : ConvertibleToJava<BotConversationLogSettingsArgs>

Constructors

Link copied to clipboard
constructor(audioLogSettings: Output<List<BotAudioLogSettingArgs>>? = null, textLogSettings: Output<List<BotTextLogSettingArgs>>? = null)

Properties

Link copied to clipboard

The Amazon S3 settings for logging audio to an S3 bucket.

Link copied to clipboard

The Amazon CloudWatch Logs settings for logging text and metadata.

Functions

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