Package com.mypurecloud.sdk.v2.model
Class ConversationSocialExpressionEventTopicQueueMediaSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationSocialExpressionEventTopicQueueMediaSettings
- All Implemented Interfaces:
Serializable
public class ConversationSocialExpressionEventTopicQueueMediaSettings
extends Object
implements Serializable
ConversationSocialExpressionEventTopicQueueMediaSettings
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversationSocialExpressionEventTopicQueueMediaSettings(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionalertingTimeoutSeconds(Long alertingTimeoutSeconds) Specifies how long the agent has to answer an interaction before being marked as not responding.autoAnswerAlertToneSeconds(BigDecimal 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(BigDecimal manualAnswerAlertToneSeconds) Specifies the duration of the alerting sound to be played for manually answered interactionsvoidsetAlertingTimeoutSeconds(Long alertingTimeoutSeconds) voidsetAutoAnswerAlertToneSeconds(BigDecimal autoAnswerAlertToneSeconds) voidsetEnableAutoAnswer(Boolean enableAutoAnswer) voidsetManualAnswerAlertToneSeconds(BigDecimal manualAnswerAlertToneSeconds) toString()
-
Constructor Details
-
ConversationSocialExpressionEventTopicQueueMediaSettings
public ConversationSocialExpressionEventTopicQueueMediaSettings() -
ConversationSocialExpressionEventTopicQueueMediaSettings
-
-
Method Details
-
alertingTimeoutSeconds
public ConversationSocialExpressionEventTopicQueueMediaSettings alertingTimeoutSeconds(Long alertingTimeoutSeconds) Specifies how long the agent has to answer an interaction before being marked as not responding. -
getAlertingTimeoutSeconds
-
setAlertingTimeoutSeconds
-
autoAnswerAlertToneSeconds
public ConversationSocialExpressionEventTopicQueueMediaSettings autoAnswerAlertToneSeconds(BigDecimal autoAnswerAlertToneSeconds) Specifies the duration of the alerting sound to be played for auto answered interactions. -
getAutoAnswerAlertToneSeconds
-
setAutoAnswerAlertToneSeconds
-
manualAnswerAlertToneSeconds
public ConversationSocialExpressionEventTopicQueueMediaSettings manualAnswerAlertToneSeconds(BigDecimal manualAnswerAlertToneSeconds) Specifies the duration of the alerting sound to be played for manually answered interactions -
getManualAnswerAlertToneSeconds
-
setManualAnswerAlertToneSeconds
-
enableAutoAnswer
public ConversationSocialExpressionEventTopicQueueMediaSettings enableAutoAnswer(Boolean 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
-