Package com.mypurecloud.sdk.v2.model
Class ConversationContentNotificationTemplate
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentNotificationTemplate
- All Implemented Interfaces:
Serializable
Template notification object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe template body.Template buttonsbooleanThe template footer.getBody()getId()inthashCode()The template header.The identifier of the message template in 'your-namespace@your-template-id/name' format.Template language.voidvoidvoidvoidvoidvoidsetLanguage(String language) toString()
-
Constructor Details
-
ConversationContentNotificationTemplate
public ConversationContentNotificationTemplate() -
ConversationContentNotificationTemplate
-
-
Method Details
-
id
The identifier of the message template in 'your-namespace@your-template-id/name' format. For External vendor (e.g WhatsApp), 'your-namespace@your-template-name'. For GenesysCloud canned response message template use 'cannedresponse' as your-namespace and use response ID as your-template-id (e.g. response ID=1234 then 'cannedresponse@1234') -
getId
-
setId
-
language
Template language. -
getLanguage
-
setLanguage
-
header
public ConversationContentNotificationTemplate header(ConversationNotificationTemplateHeader header) The template header. -
getHeader
-
setHeader
-
body
The template body. -
getBody
-
setBody
-
buttons
public ConversationContentNotificationTemplate buttons(List<ConversationNotificationTemplateButton> buttons) Template buttons -
getButtons
-
setButtons
-
equals
-
hashCode
public int hashCode() -
toString
-