Uses of Class
com.mypurecloud.sdk.v2.model.EmailMediaSettings
Packages that use EmailMediaSettings
-
Uses of EmailMediaSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailMediaSettingsModifier and TypeMethodDescriptionEmailMediaSettings.alertingTimeoutSeconds(Integer alertingTimeoutSeconds) The alerting timeout for the media type, in secondsEmailMediaSettings.autoAnswerAlertToneSeconds(Double autoAnswerAlertToneSeconds) How long to play the alerting tone for an auto-answer interactionEmailMediaSettings.enableAutoAnswer(Boolean enableAutoAnswer) Indicates if auto-answer is enabled for the given media type or subtype (default is false).QueueMediaSettings.getEmail()EmailMediaSettings.manualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds) How long to play the alerting tone for a manual-answer interactionEmailMediaSettings.serviceLevel(ServiceLevel serviceLevel) The targeted service level for the media typeMethods in com.mypurecloud.sdk.v2.model with parameters of type EmailMediaSettingsModifier and TypeMethodDescriptionQueueMediaSettings.email(EmailMediaSettings email) The queue media settings for email interactions.voidQueueMediaSettings.setEmail(EmailMediaSettings email)