Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentCard
-
Packages that use ContentCard Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentCard in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentCard Modifier and Type Method Description ContentCardContentCard. actions(List<ContentCardAction> actions)An array of action objects.ContentCardContentCard. defaultAction(ContentCardAction defaultAction)The default button action.ContentCardContentCard. description(String description)Text to show in the description.ContentCardCleanMessageContent. getCard()ContentCardMessageContent. getCard()ContentCardWebMessagingContent. getCard()ContentCardContentCard. image(String image)URL of an image.ContentCardContentCard. title(String title)Text to show in the title.ContentCardContentCard. video(String video)URL of a video.Methods in cloud.genesys.webmessaging.sdk.model that return types with arguments of type ContentCard Modifier and Type Method Description List<ContentCard>ContentCarousel. getCards()Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentCard Modifier and Type Method Description CleanMessageContentCleanMessageContent. card(ContentCard card)MessageContentMessageContent. card(ContentCard card)Card contentWebMessagingContentWebMessagingContent. 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 ContentCard Modifier and Type Method Description ContentCarouselContentCarousel. cards(List<ContentCard> cards)An array of card objects.voidContentCarousel. setCards(List<ContentCard> cards)
-