Class: Aws::ConnectCampaignsV2::Types::AbandonmentRatePacingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::AbandonmentRatePacingConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Configuration for abandonment-rate-based dialer throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_start_point ⇒ String
Event from which connectionThresholdSeconds is measured.
-
#connection_threshold_seconds ⇒ Integer
Seconds after connectionStartPoint before a contact counts as abandoned.
-
#evaluation_window ⇒ String
Rolling window over which abandonmentRate is computed.
-
#target_rate ⇒ Float
Target abandonment rate.
Instance Attribute Details
#connection_start_point ⇒ String
Event from which connectionThresholdSeconds is measured.
34 35 36 37 38 39 40 41 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 34 class AbandonmentRatePacingConfig < Struct.new( :target_rate, :connection_start_point, :connection_threshold_seconds, :evaluation_window) SENSITIVE = [] include Aws::Structure end |
#connection_threshold_seconds ⇒ Integer
Seconds after connectionStartPoint before a contact counts as abandoned.
34 35 36 37 38 39 40 41 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 34 class AbandonmentRatePacingConfig < Struct.new( :target_rate, :connection_start_point, :connection_threshold_seconds, :evaluation_window) SENSITIVE = [] include Aws::Structure end |
#evaluation_window ⇒ String
Rolling window over which abandonmentRate is computed.
34 35 36 37 38 39 40 41 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 34 class AbandonmentRatePacingConfig < Struct.new( :target_rate, :connection_start_point, :connection_threshold_seconds, :evaluation_window) SENSITIVE = [] include Aws::Structure end |
#target_rate ⇒ Float
Target abandonment rate.
34 35 36 37 38 39 40 41 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 34 class AbandonmentRatePacingConfig < Struct.new( :target_rate, :connection_start_point, :connection_threshold_seconds, :evaluation_window) SENSITIVE = [] include Aws::Structure end |