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