Package com.mypurecloud.sdk.v2.model
Class ConversationContentQuickReply
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentQuickReply
- 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) voidsetSummaryText(String summaryText) voidsummaryText(String summaryText) Summary of what the quick reply relates to.Text to show inside the quick reply.toString()
-
Constructor Details
-
ConversationContentQuickReply
public ConversationContentQuickReply() -
ConversationContentQuickReply
-
-
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
-
summaryText
Summary of what the quick reply relates to. -
getSummaryText
-
setSummaryText
-
equals
-
hashCode
public int hashCode() -
toString
-