Uses of Class
cronapi.chatbot.elements.Location
-
Packages that use Location Package Description cronapi.chatbot cronapi.chatbot.cronchat cronapi.chatbot.elements cronapi.chatbot.facebook cronapi.chatbot.telegram -
-
Uses of Location in cronapi.chatbot
Methods in cronapi.chatbot with parameters of type Location Modifier and Type Method Description StringMessenger. getUrlFromLocation(Location location, TypeUrl typeUrl)voidMessenger. sendLocation(String conversationId, Location location) -
Uses of Location in cronapi.chatbot.cronchat
Methods in cronapi.chatbot.cronchat with parameters of type Location Modifier and Type Method Description StringCronchatMessenger. getUrlFromLocation(Location location, TypeUrl typeUrl)voidCronchatMessenger. sendLocation(String conversationId, Location location) -
Uses of Location in cronapi.chatbot.elements
Methods in cronapi.chatbot.elements that return Location Modifier and Type Method Description LocationQuickReply. getLocation()Methods in cronapi.chatbot.elements with parameters of type Location Modifier and Type Method Description voidQuickReply. setLocation(Location location) -
Uses of Location in cronapi.chatbot.facebook
Methods in cronapi.chatbot.facebook with parameters of type Location Modifier and Type Method Description StringFacebookMessenger. getUrlFromLocation(Location location, TypeUrl typeUrl)voidFacebookMessenger. sendLocation(String conversationId, Location location) -
Uses of Location in cronapi.chatbot.telegram
Methods in cronapi.chatbot.telegram with parameters of type Location Modifier and Type Method Description StringTelegramMessenger. getUrlFromLocation(Location location, TypeUrl typeUrl)voidTelegramMessenger. sendLocation(String conversationId, Location location)
-