Class ContentGeneric
java.lang.Object
cloud.genesys.webmessaging.sdk.model.ContentGeneric
- All Implemented Interfaces:
Serializable
Generic content (Deprecated). Deprecated, should use Card.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(ContentActions actions) Actions to be taken (Deprecated).components(List<ButtonComponent> components) An array of component objects.description(String description) Text to show in the description.booleangetId()getImage()getTitle()getVideo()inthashCode()A unique ID assigned to this rich message content (Deprecated).URL of an image.voidsetActions(ContentActions actions) voidsetComponents(List<ButtonComponent> components) voidsetDescription(String description) voidvoidvoidvoidText to show in the title.toString()URL of a video.
-
Constructor Details
-
ContentGeneric
public ContentGeneric()
-
-
Method Details
-
actions
Actions to be taken (Deprecated). -
getActions
-
setActions
-
components
An array of component objects. -
getComponents
-
setComponents
-
description
Text to show in the description. -
getDescription
-
setDescription
-
id
A unique ID assigned to this rich message content (Deprecated). -
getId
-
setId
-
image
URL of an image. -
getImage
-
setImage
-
title
Text to show in the title. -
getTitle
-
setTitle
-
video
URL of a video. -
getVideo
-
setVideo
-
equals
-
hashCode
public int hashCode() -
toString
-