Uses of Class
cronapi.chatbot.elements.Carousel
-
Packages that use Carousel Package Description cronapi.chatbot cronapi.chatbot.cronchat cronapi.chatbot.facebook cronapi.chatbot.telegram -
-
Uses of Carousel in cronapi.chatbot
Fields in cronapi.chatbot with type parameters of type Carousel Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<List<Carousel>>ChatBotConfiguration. TYPE_LIST_CAROUSELMethod parameters in cronapi.chatbot with type arguments of type Carousel Modifier and Type Method Description voidMessenger. sendCarousel(String conversationId, List<Carousel> carousel) -
Uses of Carousel in cronapi.chatbot.cronchat
Method parameters in cronapi.chatbot.cronchat with type arguments of type Carousel Modifier and Type Method Description voidCronchatMessenger. sendCarousel(String conversationId, List<Carousel> carouselList) -
Uses of Carousel in cronapi.chatbot.facebook
Method parameters in cronapi.chatbot.facebook with type arguments of type Carousel Modifier and Type Method Description voidFacebookMessenger. sendCarousel(String conversationId, List<Carousel> carouselList) -
Uses of Carousel in cronapi.chatbot.telegram
Method parameters in cronapi.chatbot.telegram with type arguments of type Carousel Modifier and Type Method Description voidTelegramMessenger. sendCarousel(String conversationId, List<Carousel> carouselList)
-