tock / ai.tock.bot.definition / StoryDataStepBase / selectFromBusAndData

selectFromBusAndData

fun selectFromBusAndData(): T.(TD?) -> 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.