Package ai.tock.bot.admin.bot
Class BotConfiguration
-
- All Implemented Interfaces:
public final class BotConfigurationConfiguration details for a bot.
-
-
Method Summary
Modifier and Type Method Description final StringgetName()The bot configuration name. final StringgetBotId()The bot identifier. final StringgetNamespace()The namespace of the model. final StringgetNlpModel()The name of the model. final StringgetApiKey()The api key. final StringgetWebhookUrl()Optional webhook url. final Set<Locale>getSupportedLocales()Supported locales. -
-
Method Detail
-
getNamespace
final String getNamespace()
The namespace of the model.
-
getNlpModel
final String getNlpModel()
The name of the model.
-
getWebhookUrl
final String getWebhookUrl()
Optional webhook url.
-
getSupportedLocales
final Set<Locale> getSupportedLocales()
Supported locales.
-
-
-
-