Class ConversationVideoEventTopicQueueMediaSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationVideoEventTopicQueueMediaSettings
All Implemented Interfaces:
Serializable

public class ConversationVideoEventTopicQueueMediaSettings extends Object implements Serializable
ConversationVideoEventTopicQueueMediaSettings
See Also:
  • Constructor Details

    • ConversationVideoEventTopicQueueMediaSettings

      public ConversationVideoEventTopicQueueMediaSettings()
    • ConversationVideoEventTopicQueueMediaSettings

      public ConversationVideoEventTopicQueueMediaSettings(Boolean initWithEmptyList)
  • Method Details

    • alertingTimeoutSeconds

      public ConversationVideoEventTopicQueueMediaSettings alertingTimeoutSeconds(Long alertingTimeoutSeconds)
      Specifies how long the agent has to answer an interaction before being marked as not responding.
    • getAlertingTimeoutSeconds

      public Long getAlertingTimeoutSeconds()
    • setAlertingTimeoutSeconds

      public void setAlertingTimeoutSeconds(Long alertingTimeoutSeconds)
    • autoAnswerAlertToneSeconds

      public ConversationVideoEventTopicQueueMediaSettings autoAnswerAlertToneSeconds(BigDecimal autoAnswerAlertToneSeconds)
      Specifies the duration of the alerting sound to be played for auto answered interactions.
    • getAutoAnswerAlertToneSeconds

      public BigDecimal getAutoAnswerAlertToneSeconds()
    • setAutoAnswerAlertToneSeconds

      public void setAutoAnswerAlertToneSeconds(BigDecimal autoAnswerAlertToneSeconds)
    • manualAnswerAlertToneSeconds

      public ConversationVideoEventTopicQueueMediaSettings manualAnswerAlertToneSeconds(BigDecimal manualAnswerAlertToneSeconds)
      Specifies the duration of the alerting sound to be played for manually answered interactions
    • getManualAnswerAlertToneSeconds

      public BigDecimal getManualAnswerAlertToneSeconds()
    • setManualAnswerAlertToneSeconds

      public void setManualAnswerAlertToneSeconds(BigDecimal manualAnswerAlertToneSeconds)
    • enableAutoAnswer

      public ConversationVideoEventTopicQueueMediaSettings enableAutoAnswer(Boolean enableAutoAnswer)
      Flag to indicate if auto answer is enabled for the given media type or media subtype.
    • getEnableAutoAnswer

      public Boolean getEnableAutoAnswer()
    • setEnableAutoAnswer

      public void setEnableAutoAnswer(Boolean enableAutoAnswer)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object