Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentGeneric
-
Packages that use ContentGeneric Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentGeneric in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentGeneric Modifier and Type Method Description ContentGenericContentGeneric. actions(ContentActions actions)Actions to be taken (Deprecated).ContentGenericContentGeneric. components(List<ButtonComponent> components)An array of component objects.ContentGenericContentGeneric. description(String description)Text to show in the description.ContentGenericCleanMessageContent. getGeneric()ContentGenericMessageContent. getGeneric()ContentGenericContentGeneric. id(String id)A unique ID assigned to this rich message content (Deprecated).ContentGenericContentGeneric. image(String image)URL of an image.ContentGenericContentGeneric. title(String title)Text to show in the title.ContentGenericContentGeneric. video(String video)URL of a video.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentGeneric Modifier and Type Method Description CleanMessageContentCleanMessageContent. generic(ContentGeneric generic)MessageContentMessageContent. generic(ContentGeneric generic)Generic content (Deprecated).voidCleanMessageContent. setGeneric(ContentGeneric generic)voidMessageContent. setGeneric(ContentGeneric generic)
-