Package com.mypurecloud.sdk.v2.model
Class AdditionalSocialMediaMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.AdditionalSocialMediaMessage
- All Implemented Interfaces:
Serializable
AdditionalSocialMediaMessage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()inReplyToMessageId(String inReplyToMessageId) The ID of the message to which this request is replying.The media ids associated with the text message.voidsetInReplyToMessageId(String inReplyToMessageId) voidsetMediaIds(List<String> mediaIds) voidsetTextBody(String textBody) The body of the text message.toString()
-
Constructor Details
-
AdditionalSocialMediaMessage
public AdditionalSocialMediaMessage() -
AdditionalSocialMediaMessage
-
-
Method Details
-
textBody
The body of the text message. Maximum character count is 2000 characters. -
getTextBody
-
setTextBody
-
mediaIds
The media ids associated with the text message. See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage. -
getMediaIds
-
setMediaIds
-
inReplyToMessageId
The ID of the message to which this request is replying. -
getInReplyToMessageId
-
setInReplyToMessageId
-
equals
-
hashCode
public int hashCode() -
toString
-