-
public final class BotConfigurationConfiguration details for a bot.
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final Stringcomponent5()final Stringcomponent6()final Set<Locale>component7()final BotConfigurationcopy(String name, String botId, String namespace, String nlpModel, String apiKey, String webhookUrl, Set<Locale> supportedLocales)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
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final String component5()
-
component6
final String component6()
-
component7
final Set<Locale> component7()
-
copy
final BotConfiguration copy(String name, String botId, String namespace, String nlpModel, String apiKey, String webhookUrl, Set<Locale> supportedLocales)
-
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.
-
-
-
-