Bot Conversation Log Settings Args
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)