Class CallCenter.SystemCallCenterModifyRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.CallCenter.SystemCallCenterModifyRequest
Enclosing class:
CallCenter

public static class CallCenter.SystemCallCenterModifyRequest extends Request<DefaultResponse>
Modify the system level data associated with Call Center. The response is either a SuccessResponse or an ErrorResponse. The following elements are only used in AS data mode and ignored in Amplify data mode: callHandlingSamplingPeriodMinutes callHandlingMinimumSamplingSize thresholdCrossingNotificationEmailGuardTimerSeconds
Author:
AlpacaGenerator
  • Field Details

    • defaultFromAddress

      @Size(min=1, max=80) protected @Size(min=1,max=80) String defaultFromAddress
    • statisticsSamplingPeriodMinutes

      protected CallCenterStatisticsSamplingPeriodMinutes statisticsSamplingPeriodMinutes
    • defaultEnableGuardTimer

      protected Boolean defaultEnableGuardTimer
    • defaultGuardTimerSeconds

      protected Integer defaultGuardTimerSeconds
    • forceAgentUnavailableOnDNDActivation

      protected Boolean forceAgentUnavailableOnDNDActivation
    • forceAgentUnavailableOnPersonalCalls

      protected Boolean forceAgentUnavailableOnPersonalCalls
    • forceAgentUnavailableOnBouncedCallLimit

      protected Boolean forceAgentUnavailableOnBouncedCallLimit
    • numberConsecutiveBouncedCallsToForceAgentUnavailable

      protected Integer numberConsecutiveBouncedCallsToForceAgentUnavailable
    • forceAgentUnavailableOnNotReachable

      protected Boolean forceAgentUnavailableOnNotReachable
    • defaultPlayRingWhenOfferCall

      protected Boolean defaultPlayRingWhenOfferCall
    • uniformCallDistributionPolicyScope

      protected CallCenterUniformCallDistributionPolicyScope uniformCallDistributionPolicyScope
    • callHandlingSamplingPeriodMinutes

      protected Integer callHandlingSamplingPeriodMinutes
    • callHandlingMinimumSamplingSize

      protected Integer callHandlingMinimumSamplingSize
    • playToneToAgentForEmergencyCall

      protected Boolean playToneToAgentForEmergencyCall
    • emergencyCallCLIDPrefix

      @Size(min=1, max=10) protected @Size(min=1,max=10) String emergencyCallCLIDPrefix
    • thresholdCrossingNotificationEmailGuardTimerSeconds

      protected Integer thresholdCrossingNotificationEmailGuardTimerSeconds
    • allowAgentDeviceInitiatedForward

      protected Boolean allowAgentDeviceInitiatedForward
  • Constructor Details

    • SystemCallCenterModifyRequest

      public SystemCallCenterModifyRequest()
    • SystemCallCenterModifyRequest

      public SystemCallCenterModifyRequest(BroadWorksServer broadWorksServer)
  • Method Details