tock / ai.tock.bot.definition / StoryStep / selectFromBus

selectFromBus

open fun selectFromBus(): BotBus.() -> Boolean (source)

Does this Step has to be selected from the Bus? This method is called if StoryHandlerBase.checkPreconditions does not call BotBus.end. If this functions returns true, the step is selected and remaining steps are not tested.