Uses of Class
com.mypurecloud.sdk.v2.model.ContentCard
Packages that use ContentCard
-
Uses of ContentCard in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContentCardModifier and TypeMethodDescriptionContentCard.actions(List<ContentCardAction> actions) An array of action objects.ContentCard.defaultAction(ContentCardAction defaultAction) The default button action.ContentCard.description(String description) Text to show in the description.WebMessagingContent.getCard()URL of an image.Text to show in the title.URL of a video.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContentCardMethods in com.mypurecloud.sdk.v2.model with parameters of type ContentCardModifier and TypeMethodDescriptionWebMessagingContent.card(ContentCard card) Card contentvoidWebMessagingContent.setCard(ContentCard card) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContentCardModifier and TypeMethodDescriptionContentCarousel.cards(List<ContentCard> cards) An array of card objects.voidContentCarousel.setCards(List<ContentCard> cards)