Uses of Class
com.mypurecloud.sdk.v2.model.ConversationNotificationTemplateBody
Packages that use ConversationNotificationTemplateBody
-
Uses of ConversationNotificationTemplateBody in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationNotificationTemplateBodyModifier and TypeMethodDescriptionConversationContentNotificationTemplate.getBody()ConversationNotificationTemplateCard.getBody()ConversationNotificationTemplateBody.parameters(List<ConversationNotificationTemplateParameter> parameters) Template parameters for placeholders in template.Body text.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationNotificationTemplateBodyModifier and TypeMethodDescriptionConversationContentNotificationTemplate.body(ConversationNotificationTemplateBody body) The template body.ConversationNotificationTemplateCard.body(ConversationNotificationTemplateBody body) The template body.voidConversationContentNotificationTemplate.setBody(ConversationNotificationTemplateBody body) voidConversationNotificationTemplateCard.setBody(ConversationNotificationTemplateBody body)