public static class BotDefinitionBase.Companion
@NotNull public SimpleStoryDefinition getDefaultUnknownStory()
The default unknownStory.
@Nullable
public java.lang.String getKeyword(@NotNull
BotBus bus)
Returns a (potential) keyword from the interface BotBus.
interface BotBuspublic void testContextKeywordHandler(@NotNull
BotBus bus,
boolean sendEnd)
The default handler used to handle test context initialization.
public void endTestContextKeywordHandler(@NotNull
BotBus bus,
boolean sendEnd)
The default handler used to cleanup test context.
public void deleteKeywordHandler(@NotNull
BotBus bus,
boolean sendEnd)
The default handler used to delete the current user.
@NotNull public SimpleStoryDefinition getDefaultKeywordStory()
The default keywordStory.
public boolean handleWithKeywordListeners(@NotNull
BotBus bus,
@Nullable
java.lang.String keyword)