Class WebMessagingContent
java.lang.Object
cloud.genesys.webmessaging.sdk.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 contentbooleangeneric(WebMessagingGeneric generic) Generic content (Deprecated).getCard()inthashCode()quickReply(WebMessagingQuickReply quickReply) Quick reply content.voidsetButtonResponse(WebMessagingButtonResponse buttonResponse) voidsetCard(ContentCard card) voidsetCarousel(ContentCarousel carousel) voidsetGeneric(WebMessagingGeneric generic) voidsetQuickReply(WebMessagingQuickReply quickReply) toString()
-
Constructor Details
-
WebMessagingContent
public 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
-
equals
-
hashCode
public int hashCode() -
toString
-