Class: Aws::ConnectCampaignService::Types::PredictiveDialerConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignService::Types::PredictiveDialerConfig
- Defined in:
- gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb
Overview
Predictive Dialer config
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_allocation ⇒ Float
The bandwidth allocation of a queue resource.
-
#dialing_capacity ⇒ Float
Allocates dialing capacity for this campaign between multiple active campaigns.
Instance Attribute Details
#bandwidth_allocation ⇒ Float
The bandwidth allocation of a queue resource.
826 827 828 829 830 831 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 826 class PredictiveDialerConfig < Struct.new( :bandwidth_allocation, :dialing_capacity) SENSITIVE = [] include Aws::Structure end |
#dialing_capacity ⇒ Float
Allocates dialing capacity for this campaign between multiple active campaigns
826 827 828 829 830 831 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 826 class PredictiveDialerConfig < Struct.new( :bandwidth_allocation, :dialing_capacity) SENSITIVE = [] include Aws::Structure end |