Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentList
-
Packages that use ContentList Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentList in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentList Modifier and Type Method Description ContentListContentList. actions(ContentActions actions)The list actions (Deprecated).ContentListContentList. components(List<ListItemComponent> components)An array of component objects.ContentListContentList. description(String description)Text to show in the description.ContentListMessageContent. getList()ContentListContentList. id(String id)A unique ID assigned to this rich message content.ContentListContentList. listType(ListType listType)The type of list this instance represents.ContentListContentList. submitLabel(String submitLabel)Label for Submit button.ContentListContentList. title(String title)Text to show in the title.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentList Modifier and Type Method Description MessageContentMessageContent. list(ContentList list)List content (Deprecated).voidMessageContent. setList(ContentList list)
-