Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentCard
Packages that use ConversationContentCard
-
Uses of ConversationContentCard in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentCardModifier and TypeMethodDescriptionConversationContentCard.actions(List<ConversationContentCardAction> actions) An array of action objects.ConversationContentCard.defaultAction(ConversationContentCardAction defaultAction) The default button action.ConversationContentCard.description(String description) Text to show in the description.ConversationMessageContent.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 ConversationContentCardMethods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentCardModifier and TypeMethodDescriptionConversationMessageContent.card(ConversationContentCard card) Card contentvoidConversationMessageContent.setCard(ConversationContentCard card) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationContentCardModifier and TypeMethodDescriptionConversationContentCarousel.cards(List<ConversationContentCard> cards) An array of card objects.voidConversationContentCarousel.setCards(List<ConversationContentCard> cards)