Uses of Class
cronapi.chatbot.elements.GroupedButton
-
Packages that use GroupedButton Package Description cronapi.chatbot cronapi.chatbot.cronchat cronapi.chatbot.facebook cronapi.chatbot.telegram -
-
Uses of GroupedButton in cronapi.chatbot
Fields in cronapi.chatbot with type parameters of type GroupedButton Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<List<GroupedButton>>ChatBotConfiguration. TYPE_LIST_GROUPEDBUTTONMethods in cronapi.chatbot with parameters of type GroupedButton Modifier and Type Method Description default voidMessenger. sendButtonMessage(String conversationId, GroupedButton groupedButton) -
Uses of GroupedButton in cronapi.chatbot.cronchat
Methods in cronapi.chatbot.cronchat with parameters of type GroupedButton Modifier and Type Method Description voidCronchatMessenger. sendButtonMessage(String conversationId, GroupedButton groupedButton) -
Uses of GroupedButton in cronapi.chatbot.facebook
Methods in cronapi.chatbot.facebook with parameters of type GroupedButton Modifier and Type Method Description voidFacebookMessenger. sendButtonMessage(String conversationId, GroupedButton groupedButton) -
Uses of GroupedButton in cronapi.chatbot.telegram
Methods in cronapi.chatbot.telegram with parameters of type GroupedButton Modifier and Type Method Description voidTelegramMessenger. sendButtonMessage(String conversationId, GroupedButton groupedButton)
-