Bot Test Bot Alias Settings
data class BotTestBotAliasSettings(val botAliasLocaleSettings: List<BotAliasLocaleSettingsItem>? = null, val conversationLogSettings: BotConversationLogSettings? = null, val description: String? = null, val sentimentAnalysisSettings: BotTestBotAliasSettingsSentimentAnalysisSettingsProperties? = null)
Configuring the test bot alias settings for a given bot
Constructors
Link copied to clipboard
fun BotTestBotAliasSettings(botAliasLocaleSettings: List<BotAliasLocaleSettingsItem>? = null, conversationLogSettings: BotConversationLogSettings? = null, description: String? = null, sentimentAnalysisSettings: BotTestBotAliasSettingsSentimentAnalysisSettingsProperties? = null)