Uses of Class
cronapi.chatbot.elements.LabelUrl
-
Packages that use LabelUrl Package Description cronapi.chatbot cronapi.chatbot.cronchat cronapi.chatbot.elements cronapi.chatbot.facebook cronapi.chatbot.telegram -
-
Uses of LabelUrl in cronapi.chatbot
Fields in cronapi.chatbot with type parameters of type LabelUrl Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<List<LabelUrl>>ChatBotConfiguration. TYPE_LIST_LABELURLMethod parameters in cronapi.chatbot with type arguments of type LabelUrl Modifier and Type Method Description default voidMessenger. sendFileMessage(String conversationId, List<LabelUrl> labelUrlList)default voidMessenger. sendImageMessage(String conversationId, List<LabelUrl> labelUrlList) -
Uses of LabelUrl in cronapi.chatbot.cronchat
Method parameters in cronapi.chatbot.cronchat with type arguments of type LabelUrl Modifier and Type Method Description voidCronchatMessenger. sendFileMessage(String conversationId, List<LabelUrl> labelUrlList)voidCronchatMessenger. sendImageMessage(String conversationId, List<LabelUrl> labelUrlList) -
Uses of LabelUrl in cronapi.chatbot.elements
Methods in cronapi.chatbot.elements that return types with arguments of type LabelUrl Modifier and Type Method Description List<LabelUrl>GroupedButton. getButtons()Method parameters in cronapi.chatbot.elements with type arguments of type LabelUrl Modifier and Type Method Description voidGroupedButton. setButtons(List<LabelUrl> buttons) -
Uses of LabelUrl in cronapi.chatbot.facebook
Method parameters in cronapi.chatbot.facebook with type arguments of type LabelUrl Modifier and Type Method Description voidFacebookMessenger. sendFileMessage(String conversationId, List<LabelUrl> labelUrlList)voidFacebookMessenger. sendImageMessage(String conversationId, List<LabelUrl> labelUrlList) -
Uses of LabelUrl in cronapi.chatbot.telegram
Method parameters in cronapi.chatbot.telegram with type arguments of type LabelUrl Modifier and Type Method Description voidTelegramMessenger. sendFileMessage(String conversationId, List<LabelUrl> labelUrlList)voidTelegramMessenger. sendImageMessage(String conversationId, List<LabelUrl> labelUrlList)
-