BotConfiguration(name: String, botId: String, namespace: String, nlpModel: String, apiKey: String = UUID.randomUUID().toString(), webhookUrl: String? = null, supportedLocales: Set<Locale> = emptySet())
Configuration details for a bot.