Package com.mypurecloud.sdk.v2.model
Class ConversationQueueMediaSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationQueueMediaSettings
- All Implemented Interfaces:
Serializable
ConversationQueueMediaSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalertingTimeoutSeconds(Integer alertingTimeoutSeconds) Specifies how long the agent has to answer an interaction before being marked as not responding.autoAnswerAlertToneSeconds(Double autoAnswerAlertToneSeconds) Specifies the duration of the alerting sound to be played for auto answered interactions.enableAutoAnswer(Boolean enableAutoAnswer) Flag to indicate if auto answer is enabled for the given media type or media subtype.booleaninthashCode()manualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds) Specifies the duration of the alerting sound to be played for manually answered interactions.voidsetAlertingTimeoutSeconds(Integer alertingTimeoutSeconds) voidsetAutoAnswerAlertToneSeconds(Double autoAnswerAlertToneSeconds) voidsetEnableAutoAnswer(Boolean enableAutoAnswer) voidsetManualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds) toString()
-
Constructor Details
-
ConversationQueueMediaSettings
public ConversationQueueMediaSettings() -
ConversationQueueMediaSettings
-
-
Method Details
-
alertingTimeoutSeconds
Specifies how long the agent has to answer an interaction before being marked as not responding. -
getAlertingTimeoutSeconds
-
setAlertingTimeoutSeconds
-
autoAnswerAlertToneSeconds
Specifies the duration of the alerting sound to be played for auto answered interactions. -
getAutoAnswerAlertToneSeconds
-
setAutoAnswerAlertToneSeconds
-
manualAnswerAlertToneSeconds
public ConversationQueueMediaSettings manualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds) Specifies the duration of the alerting sound to be played for manually answered interactions. -
getManualAnswerAlertToneSeconds
-
setManualAnswerAlertToneSeconds
-
enableAutoAnswer
Flag to indicate if auto answer is enabled for the given media type or media subtype. -
getEnableAutoAnswer
-
setEnableAutoAnswer
-
equals
-
hashCode
public int hashCode() -
toString
-