Class WebMessagingGeneric
java.lang.Object
cloud.genesys.webmessaging.sdk.model.WebMessagingGeneric
- All Implemented Interfaces:
Serializable
Generic content object. (Deprecated
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(ContentActions actions) Actions to be taken.components(List<ButtonComponent> components) An array of component objects.description(String description) Text to show in the description.booleangetImage()getTitle()inthashCode()URL of an image.voidsetActions(ContentActions actions) voidsetComponents(List<ButtonComponent> components) voidsetDescription(String description) voidvoidText to show in the title.toString()
-
Constructor Details
-
WebMessagingGeneric
public WebMessagingGeneric()
-
-
Method Details
-
title
Text to show in the title. -
getTitle
-
setTitle
-
description
Text to show in the description. -
getDescription
-
setDescription
-
image
URL of an image. -
getImage
-
setImage
-
actions
Actions to be taken. -
getActions
-
setActions
-
components
An array of component objects. -
getComponents
-
setComponents
-
equals
-
hashCode
public int hashCode() -
toString
-