Package com.mypurecloud.sdk.v2.model
Class QuickReply
java.lang.Object
com.mypurecloud.sdk.v2.model.QuickReply
- All Implemented Interfaces:
Serializable
QuickReply
- 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 TypeMethodDescriptionaction(QuickReply.ActionEnum action) Specifies the type of action that is triggered upon clicking the quick reply.booleangetText()getUrl()inthashCode()isSelected(Boolean isSelected) Indicates if the quick reply option is selected by end customerContent of the textback payload after clicking a quick replyvoidsetAction(QuickReply.ActionEnum action) voidsetIsSelected(Boolean isSelected) voidsetPayload(String payload) voidvoidText to show inside the quick reply.toString()The location of the image file associated with quick reply
-
Constructor Details
-
QuickReply
public QuickReply() -
QuickReply
-
-
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 textback payload after clicking a quick reply -
getPayload
-
setPayload
-
url
The location of the image file associated with quick reply -
getUrl
-
setUrl
-
action
Specifies the type of action that is triggered upon clicking the quick reply. Currently, the only supported action is \"Message\" which sends a message using the quick reply text. -
getAction
-
setAction
-
isSelected
Indicates if the quick reply option is selected by end customer -
getIsSelected
-
setIsSelected
-
equals
-
hashCode
public int hashCode() -
toString
-