Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentNotificationTemplate
Packages that use ConversationContentNotificationTemplate
-
Uses of ConversationContentNotificationTemplate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentNotificationTemplateModifier and TypeMethodDescriptionConversationContentNotificationTemplate.body(ConversationNotificationTemplateBody body) The template body.ConversationContentNotificationTemplate.buttons(List<ConversationNotificationTemplateButton> buttons) Template buttonsConversationContentNotificationTemplate.footer(ConversationNotificationTemplateFooter footer) The template footer.ConversationMessageContent.getTemplate()ConversationContentNotificationTemplate.header(ConversationNotificationTemplateHeader header) The template header.The identifier of the message template in 'your-namespace@your-template-id/name' format.Template language.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentNotificationTemplateModifier and TypeMethodDescriptionvoidConversationMessageContent.setTemplate(ConversationContentNotificationTemplate template) ConversationMessageContent.template(ConversationContentNotificationTemplate template) Template notification content.