Uses of Class
com.mypurecloud.sdk.v2.model.ConversationNotificationTemplateButton
Packages that use ConversationNotificationTemplateButton
-
Uses of ConversationNotificationTemplateButton in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationNotificationTemplateButtonModifier and TypeMethodDescriptionindex of the button in the list.ConversationNotificationTemplateButton.parameters(List<ConversationNotificationTemplateParameter> parameters) Template parameters for placeholders in the button.Content of the payload to be included in the quick reply response when the button is pressed.ConversationNotificationTemplateButton.phoneNumber(String phoneNumber) Button phone number.Button text message.ConversationNotificationTemplateButton.type(ConversationNotificationTemplateButton.TypeEnum type) Specifies the type of the button.Button URL link.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationNotificationTemplateButtonModifier and TypeMethodDescriptionConversationContentNotificationTemplate.getButtons()ConversationNotificationTemplateCard.getButtons()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationNotificationTemplateButtonModifier and TypeMethodDescriptionConversationContentNotificationTemplate.buttons(List<ConversationNotificationTemplateButton> buttons) Template buttonsConversationNotificationTemplateCard.buttons(List<ConversationNotificationTemplateButton> buttons) Template buttons.voidConversationContentNotificationTemplate.setButtons(List<ConversationNotificationTemplateButton> buttons) voidConversationNotificationTemplateCard.setButtons(List<ConversationNotificationTemplateButton> buttons)