public static class KeywordService.DefaultImpls
@Nullable public static Intent detectKeywordIntent(KeywordService $this, @NotNull java.lang.String sentence)
If returns not null, a keyword is detected, and the returned intent is used to find the story.
Use Intent.keyword to redirect to the default keyword handler.
Intent.keyword@Nullable public static kotlin.jvm.functions.Function1<ai.tock.bot.engine.BotBus,kotlin.Unit> keywordHandler(KeywordService $this, @NotNull java.lang.String keyword)
If this method returns not null for the specified keyword, then the returned handler is called.
keyword