Package com.mypurecloud.sdk.v2.model
Class WebMessagingContent
java.lang.Object
com.mypurecloud.sdk.v2.model.WebMessagingContent
- All Implemented Interfaces:
Serializable
Message content element.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of this content element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuttonResponse(WebMessagingButtonResponse buttonResponse) Button response content.card(ContentCard card) Card contentcarousel(ContentCarousel carousel) Carousel contentdatePicker(ContentDatePicker datePicker) DatePicker contentbooleanform(ConversationContentForm form) Form contentgeneric(WebMessagingGeneric generic) Generic content (Deprecated).getCard()getForm()inthashCode()listPicker(ConversationContentListPicker listPicker) ListPicker contentquickReply(WebMessagingQuickReply quickReply) Quick reply content.voidsetButtonResponse(WebMessagingButtonResponse buttonResponse) voidsetCard(ContentCard card) voidsetCarousel(ContentCarousel carousel) voidsetDatePicker(ContentDatePicker datePicker) voidvoidsetGeneric(WebMessagingGeneric generic) voidsetListPicker(ConversationContentListPicker listPicker) voidsetQuickReply(WebMessagingQuickReply quickReply) toString()
-
Constructor Details
-
WebMessagingContent
public WebMessagingContent() -
WebMessagingContent
-
-
Method Details
-
getContentType
-
getAttachment
-
quickReply
Quick reply content. -
getQuickReply
-
setQuickReply
-
buttonResponse
Button response content. -
getButtonResponse
-
setButtonResponse
-
generic
Generic content (Deprecated). -
getGeneric
-
setGeneric
-
card
Card content -
getCard
-
setCard
-
carousel
Carousel content -
getCarousel
-
setCarousel
-
datePicker
DatePicker content -
getDatePicker
-
setDatePicker
-
listPicker
ListPicker content -
getListPicker
-
setListPicker
-
form
Form content -
getForm
-
setForm
-
equals
-
hashCode
public int hashCode() -
toString
-