Package com.mypurecloud.sdk.v2.model
Class ConversationContentReceivedReplyMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentReceivedReplyMessage
- All Implemented Interfaces:
Serializable
ReceivedReplyMessage content object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuttonLabel(String buttonLabel) Text to show on the button label.booleangetTitle()inthashCode()Text to show in the header.URL of an image.voidsetButtonLabel(String buttonLabel) voidvoidsetImageUrl(String imageUrl) voidsetSubtitle(String subtitle) voidText to show in the subtitle.Text to show in the title.toString()
-
Constructor Details
-
ConversationContentReceivedReplyMessage
public ConversationContentReceivedReplyMessage() -
ConversationContentReceivedReplyMessage
-
-
Method Details
-
header
Text to show in the header. -
getHeader
-
setHeader
-
title
Text to show in the title. -
getTitle
-
setTitle
-
subtitle
Text to show in the subtitle. -
getSubtitle
-
setSubtitle
-
buttonLabel
Text to show on the button label. -
getButtonLabel
-
setButtonLabel
-
imageUrl
URL of an image. -
getImageUrl
-
setImageUrl
-
equals
-
hashCode
public int hashCode() -
toString
-