Package 

Class SimpleStoryHandlerBase

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Long breath
    • Method Summary

      Modifier and Type Method Description
      abstract Unit action(BotBus bus) The method to implement.
      StoryHandlerDefinition newHandlerDefinition(BotBus bus, Object data) Instantiates new instance of T.
      final Long getBreath() Convenient value to wait before next answer sentence.
      • Methods inherited from class ai.tock.bot.definition.SimpleStoryHandlerBase

        checkPreconditions, findStoryDefinition, handle, handleAndSwitchStory, i18n, i18nKey, selectStepFromStoryHandlerAndData, support, wrappedIntent
      • Methods inherited from class ai.tock.bot.definition.StoryHandlerBase

        i18n, intentWithoutNamespace, wrap
      • Methods inherited from class ai.tock.bot.definition.StoryHandler

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait