Class: Aws::ConnectCampaignService::Types::PredictiveDialerConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb

Overview

Predictive Dialer config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_allocationFloat

The bandwidth allocation of a queue resource.

Returns:

  • (Float)


821
822
823
824
825
826
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 821

class PredictiveDialerConfig < Struct.new(
  :bandwidth_allocation,
  :dialing_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#dialing_capacityFloat

Allocates dialing capacity for this campaign between multiple active campaigns

Returns:

  • (Float)


821
822
823
824
825
826
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 821

class PredictiveDialerConfig < Struct.new(
  :bandwidth_allocation,
  :dialing_capacity)
  SENSITIVE = []
  include Aws::Structure
end