public class BotInstallerKt
| Modifier and Type | Method and Description |
|---|---|
static void |
importI18nDump(java.lang.String path,
boolean replaceAllLabels)
Import a dump of all i18n labels.
|
static void |
importNlpDump(java.lang.String path)
Import a dump of a full nlp model.
|
static void |
importNlpSentencesDump(java.lang.String path)
Import a dump of a list of qualified sentences to a nlp model.
|
static void |
installBots(kotlin.jvm.functions.Function1 routerHandlers)
Install the bot(s) with the specified additional router handlers.
|
static void |
registerAndInstallBot(fr.vsct.tock.bot.definition.BotDefinition botDefinition)
Register and install a new bot.
|
static void |
registerAndInstallBot(fr.vsct.tock.bot.definition.BotProvider botProvider)
Register and install a new bot.
|
static void |
registerBot(fr.vsct.tock.bot.definition.BotDefinition botDefinition)
Register a new bot.
|
static void |
registerBot(fr.vsct.tock.bot.definition.BotProvider botProvider)
Register a new bot.
|
public static void registerBot(fr.vsct.tock.bot.definition.BotDefinition botDefinition)
Register a new bot.
public static void registerBot(fr.vsct.tock.bot.definition.BotProvider botProvider)
Register a new bot.
public static void registerAndInstallBot(fr.vsct.tock.bot.definition.BotDefinition botDefinition)
Register and install a new bot.
public static void registerAndInstallBot(fr.vsct.tock.bot.definition.BotProvider botProvider)
Register and install a new bot.
public static void installBots(kotlin.jvm.functions.Function1 routerHandlers)
Install the bot(s) with the specified additional router handlers.
public static void importNlpDump(java.lang.String path)
Import a dump of a full nlp model.
public static void importNlpSentencesDump(java.lang.String path)
Import a dump of a list of qualified sentences to a nlp model.
public static void importI18nDump(java.lang.String path,
boolean replaceAllLabels)
Import a dump of all i18n labels.