Bot Conversation Log Settings
data class BotConversationLogSettings(val audioLogSettings: List<BotAudioLogSetting>? = null, val textLogSettings: List<BotTextLogSetting>? = null)
Contains information about code hooks that Amazon Lex calls during a conversation.
Constructors
Link copied to clipboard
constructor(audioLogSettings: List<BotAudioLogSetting>? = null, textLogSettings: List<BotTextLogSetting>? = null)