Class NoInputEvent

  • All Implemented Interfaces:

    
    public final class NoInputEvent
    extends OneToOneEvent
                        

    Event created when there is no input from the user (after an undetermined amount of time)

    • connector support is not required!

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class ai.tock.bot.engine.event.OneToOneEvent

        getRecipientId, getUserId
      • Methods inherited from class ai.tock.bot.engine.event.Event

        getApplicationId, getDate, getId, getState, hasEntity, hasEntityPredefinedValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail