Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentCard
Packages that use ContentCard
-
Uses of ContentCard in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.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.CleanMessageContent.getCard()MessageContent.getCard()WebMessagingContent.getCard()URL of an image.Text to show in the title.URL of a video.Methods in cloud.genesys.webmessaging.sdk.model that return types with arguments of type ContentCardMethods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentCardModifier and TypeMethodDescriptionCleanMessageContent.card(ContentCard card) MessageContent.card(ContentCard card) Card contentWebMessagingContent.card(ContentCard card) Card contentvoidCleanMessageContent.setCard(ContentCard card) voidMessageContent.setCard(ContentCard card) voidWebMessagingContent.setCard(ContentCard card) Method parameters in cloud.genesys.webmessaging.sdk.model with type arguments of type ContentCardModifier and TypeMethodDescriptionContentCarousel.cards(List<ContentCard> cards) An array of card objects.voidContentCarousel.setCards(List<ContentCard> cards)