Bot Conversation Log Settings
data class BotConversationLogSettings(val audioLogSettings: List<BotAudioLogSetting>? = null, val textLogSettings: List<BotTextLogSetting>? = null)
Constructors
Link copied to clipboard
constructor(audioLogSettings: List<BotAudioLogSetting>? = null, textLogSettings: List<BotTextLogSetting>? = null)