Uses of Class
cloud.genesys.webmessaging.sdk.model.ListItemComponent
-
Packages that use ListItemComponent Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ListItemComponent in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ListItemComponent Modifier and Type Method Description ListItemComponentListItemComponent. actions(ContentActions actions)The list item actions (Deprecated).ListItemComponentListItemComponent. description(String description)Text to show in the list item description.ListItemComponentListItemComponent. id(String id)An ID assigned to this list item.ListItemComponentListItemComponent. image(String image)URL of an image.ListItemComponentListItemComponent. rmid(String rmid)An ID of the rich message instance.ListItemComponentListItemComponent. title(String title)The main headline of the list item.ListItemComponentListItemComponent. type(ListItemType type)The type of list item to render.Methods in cloud.genesys.webmessaging.sdk.model that return types with arguments of type ListItemComponent Modifier and Type Method Description List<ListItemComponent>ContentList. getComponents()Method parameters in cloud.genesys.webmessaging.sdk.model with type arguments of type ListItemComponent Modifier and Type Method Description ContentListContentList. components(List<ListItemComponent> components)An array of component objects.voidContentList. setComponents(List<ListItemComponent> components)
-