Class WebMessagingQuickReply
java.lang.Object
cloud.genesys.webmessaging.sdk.model.WebMessagingQuickReply
- All Implemented Interfaces:
Serializable
Quick reply object
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecifies the type of action that is triggered upon clicking the quick reply. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecifies the type of action that is triggered upon clicking the quick reply.booleangetImage()getText()inthashCode()URL of an image associated with the quick reply.Content of the payload included in the quick reply response.voidvoidvoidsetPayload(String payload) voidText to show inside the quick reply.toString()
-
Constructor Details
-
WebMessagingQuickReply
public WebMessagingQuickReply()
-
-
Method Details
-
text
Text to show inside the quick reply. This is also used as the response text after clicking on the quick reply. -
getText
-
setText
-
payload
Content of the payload included in the quick reply response. Could be an ID identifying the quick reply response. -
getPayload
-
setPayload
-
image
URL of an image associated with the quick reply. -
getImage
-
setImage
-
action
Specifies the type of action that is triggered upon clicking the quick reply. -
getAction
-
setAction
-
equals
-
hashCode
public int hashCode() -
toString
-