BotAudioLogSettingArgs

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

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