Class: Aws::ConnectCampaignsV2::Types::PredictiveConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Overview

Predictive config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_allocationFloat

The bandwidth allocation of a queue resource.

Returns:

  • (Float)


1666
1667
1668
1669
1670
1671
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1666

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

#pacing_strategiesArray<Types::PacingStrategy>

Pacing strategies the dialer enforces simultaneously.

Returns:



1666
1667
1668
1669
1670
1671
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1666

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