Uses of Class
com.mypurecloud.sdk.v2.model.ConversationNotificationTemplateCard
Packages that use ConversationNotificationTemplateCard
-
Uses of ConversationNotificationTemplateCard in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationNotificationTemplateCardModifier and TypeMethodDescriptionConversationNotificationTemplateCard.body(ConversationNotificationTemplateBody body) The template body.ConversationNotificationTemplateCard.buttons(List<ConversationNotificationTemplateButton> buttons) Template buttons.ConversationNotificationTemplateCard.header(ConversationNotificationTemplateHeader header) The template header.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationNotificationTemplateCardMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationNotificationTemplateCardModifier and TypeMethodDescriptionConversationNotificationTemplateCarousel.cards(List<ConversationNotificationTemplateCard> cards) An array of template card objects.voidConversationNotificationTemplateCarousel.setCards(List<ConversationNotificationTemplateCard> cards)