Uses of Class
cronapi.chatbot.elements.QuickReply
-
Packages that use QuickReply Package Description cronapi.chatbot cronapi.chatbot.cronchat cronapi.chatbot.elements cronapi.chatbot.facebook cronapi.chatbot.telegram -
-
Uses of QuickReply in cronapi.chatbot
Fields in cronapi.chatbot with type parameters of type QuickReply Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<List<QuickReply>>ChatBotConfiguration. TYPE_LIST_QUICKREPLYMethod parameters in cronapi.chatbot with type arguments of type QuickReply Modifier and Type Method Description voidMessenger. sendQuickReply(String conversationId, String text, List<QuickReply> quickReply) -
Uses of QuickReply in cronapi.chatbot.cronchat
Method parameters in cronapi.chatbot.cronchat with type arguments of type QuickReply Modifier and Type Method Description voidCronchatMessenger. sendQuickReply(String conversationId, String text, List<QuickReply> quickReply) -
Uses of QuickReply in cronapi.chatbot.elements
Methods in cronapi.chatbot.elements that return types with arguments of type QuickReply Modifier and Type Method Description List<QuickReply>Carousel. getQuickReply()Method parameters in cronapi.chatbot.elements with type arguments of type QuickReply Modifier and Type Method Description voidCarousel. setQuickReply(List<QuickReply> quickReply) -
Uses of QuickReply in cronapi.chatbot.facebook
Method parameters in cronapi.chatbot.facebook with type arguments of type QuickReply Modifier and Type Method Description voidFacebookMessenger. sendQuickReply(String conversationId, String text, List<QuickReply> quickReplyList) -
Uses of QuickReply in cronapi.chatbot.telegram
Method parameters in cronapi.chatbot.telegram with type arguments of type QuickReply Modifier and Type Method Description voidTelegramMessenger. sendQuickReply(String conversationId, String text, List<QuickReply> quickReply)
-