-
- All Implemented Interfaces:
-
ai.tock.bot.definition.IntentAware,ai.tock.bot.definition.StoryHandler,ai.tock.translator.I18nKeyProvider
public abstract class Scoreboard extends StoryHandlerBase<ScoreboardDef>
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmissingOriginMessageprivate final Longbreath
-
Constructor Summary
Constructors Constructor Description Scoreboard()
-
Method Summary
Modifier and Type Method Description Function1<BotBus, Unit>checkPreconditions()abstract StringgetMissingOriginMessage()final LonggetBreath()-
Methods inherited from class ai.tock.bot.definition.StoryHandler
equals, hashCode, toString -
Methods inherited from class ai.tock.bot.open.data.story.Scoreboard
findStoryDefinition, handle, handleAndSwitchStory, i18n, i18nKey, newHandlerDefinition, selectStepFromStoryHandlerAndData, support, wrappedIntent -
Methods inherited from class ai.tock.bot.definition.StoryHandlerBase
i18n, intentWithoutNamespace, wrap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
checkPreconditions
Function1<BotBus, Unit> checkPreconditions()
-
getMissingOriginMessage
abstract String getMissingOriginMessage()
-
-
-
-