Uses of Class
com.mypurecloud.sdk.v2.model.MessageMediaSettings
Packages that use MessageMediaSettings
-
Uses of MessageMediaSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessageMediaSettingsModifier and TypeMethodDescriptionMessageMediaSettings.alertingTimeoutSeconds(Integer alertingTimeoutSeconds) The alerting timeout for the media type, in secondsMessageMediaSettings.autoAnswerAlertToneSeconds(Double autoAnswerAlertToneSeconds) How long to play the alerting tone for an auto-answer interactionMessageMediaSettings.enableAutoAnswer(Boolean enableAutoAnswer) Indicates if auto-answer is enabled for the given media type or subtype (default is false).MessageMediaSettings.enableInactivityTimeout(Boolean enableInactivityTimeout) Indicates if inactivity timeout is enabled for all subtypes.QueueMediaSettings.getMessage()MessageMediaSettings.inactivityTimeoutSettings(InactivityTimeoutSettings inactivityTimeoutSettings) Inactivity timeout settings for messagesMessageMediaSettings.manualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds) How long to play the alerting tone for a manual-answer interactionMessageMediaSettings.serviceLevel(ServiceLevel serviceLevel) The targeted service level for the media typeMessageMediaSettings.subTypeSettings(Map<String, MessageSubtypeSettings> subTypeSettings) Map of media subtype to media subtype specific settings.Methods in com.mypurecloud.sdk.v2.model with parameters of type MessageMediaSettingsModifier and TypeMethodDescriptionQueueMediaSettings.message(MessageMediaSettings message) The queue media settings for message interactions.voidQueueMediaSettings.setMessage(MessageMediaSettings message)