Class Carousel

  • All Implemented Interfaces:
    ai.tock.bot.api.model.message.bot.BotMessage

    
    public final class Carousel
     implements BotMessage
                        

    A list fo Cards.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<Card> cards
      private final Long delay
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<Card> getCards()
      Long getDelay() The delay to wait before sending this message.
      • Methods inherited from class java.lang.Object

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