Package cronapi.chatbot
Class Operations
- java.lang.Object
-
- cronapi.chatbot.Operations
-
public class Operations extends Object
-
-
Constructor Summary
Constructors Constructor Description Operations()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VarbuttonType(Var message, Var buttonList)static VarcarouselType(Var imageUrl, Var message, Var quickReplyList)static VarlabelUrlType(Var label, Var url)static VarlocationType(Var latitude, Var longitude, Var title)static VarmessageResponseButton(Var messageList, Var buttonList, Var watson)static VarmessageResponseCarousel(Var messageList, Var imageList, Var watson)static VarmessageResponseFile(Var messageList, Var labelUrlList, Var watson)static VarmessageResponseImage(Var messageList, Var labelUrlList, Var watson)static VarmessageResponseLocation(Var messageList, Var location, Var watson)static VarmessageResponseQuickReply(Var messageList, Var quickReplyList, Var watson)static VarmessageResponseText(Var messageList, Var watson)static VarquickReplyType(Var data, Var url, Var text, Var location)
-
-
-
Method Detail
-
messageResponseText
public static Var messageResponseText(Var messageList, Var watson) throws Exception
- Throws:
Exception
-
messageResponseCarousel
public static Var messageResponseCarousel(Var messageList, Var imageList, Var watson) throws Exception
- Throws:
Exception
-
messageResponseQuickReply
public static Var messageResponseQuickReply(Var messageList, Var quickReplyList, Var watson) throws Exception
- Throws:
Exception
-
messageResponseLocation
public static Var messageResponseLocation(Var messageList, Var location, Var watson) throws Exception
- Throws:
Exception
-
messageResponseImage
public static Var messageResponseImage(Var messageList, Var labelUrlList, Var watson) throws Exception
- Throws:
Exception
-
messageResponseFile
public static Var messageResponseFile(Var messageList, Var labelUrlList, Var watson) throws Exception
- Throws:
Exception
-
messageResponseButton
public static Var messageResponseButton(Var messageList, Var buttonList, Var watson) throws Exception
- Throws:
Exception
-
carouselType
public static Var carouselType(Var imageUrl, Var message, Var quickReplyList) throws Exception
- Throws:
Exception
-
quickReplyType
public static Var quickReplyType(Var data, Var url, Var text, Var location) throws Exception
- Throws:
Exception
-
locationType
public static Var locationType(Var latitude, Var longitude, Var title) throws Exception
- Throws:
Exception
-
-