Uses of Class
com.mypurecloud.sdk.v2.model.DigitalAction
Packages that use DigitalAction
-
Uses of DigitalAction in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DigitalActionModifier and TypeMethodDescriptionDigitalAction.appendToDncActionSettings(AppendToDncActionSettings appendToDncActionSettings) The settings for an 'Append to DNC' action.DigitalAction.doNotSendActionSettings(Object doNotSendActionSettings) The settings for a 'do not send' action.DigitalAction.markContactAddressUncontactableActionSettings(Object markContactAddressUncontactableActionSettings) The settings for an 'mark contact address uncontactable' action.DigitalAction.markContactUncontactableActionSettings(MarkContactUncontactableActionSettings markContactUncontactableActionSettings) The settings for a 'mark contact uncontactable' action.DigitalAction.setContentTemplateActionSettings(SetContentTemplateActionSettings setContentTemplateActionSettings) The settings for a 'Set content template' action.DigitalAction.setSmsPhoneNumberActionSettings(SetSmsPhoneNumberActionSettings setSmsPhoneNumberActionSettings) The settings for a 'set sms phone number' action.DigitalAction.setWhatsAppIntegrationActionSettings(SetWhatsAppIntegrationActionSettings setWhatsAppIntegrationActionSettings) The settings for a 'set WhatsApp integration' action.DigitalAction.updateContactColumnActionSettings(UpdateContactColumnActionSettings updateContactColumnActionSettings) The settings for an 'update contact column' action.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type DigitalActionMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DigitalActionModifier and TypeMethodDescriptionDigitalRule.actions(List<DigitalAction> actions) The list of actions to be taken if all conditions are true.voidDigitalRule.setActions(List<DigitalAction> actions)