Class: Aws::ConnectCampaignsV2::Types::PreviewConfig

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

Overview

Preview config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_actionsArray<String>

Actions that can be performed by agent during preview phase.

Returns:

  • (Array<String>)


1451
1452
1453
1454
1455
1456
1457
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1451

class PreviewConfig < Struct.new(
  :bandwidth_allocation,
  :timeout_config,
  :agent_actions)
  SENSITIVE = []
  include Aws::Structure
end

#bandwidth_allocationFloat

The bandwidth allocation of a queue resource.

Returns:

  • (Float)


1451
1452
1453
1454
1455
1456
1457
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1451

class PreviewConfig < Struct.new(
  :bandwidth_allocation,
  :timeout_config,
  :agent_actions)
  SENSITIVE = []
  include Aws::Structure
end

#timeout_configTypes::TimeoutConfig

Timeout Config for preview contacts.



1451
1452
1453
1454
1455
1456
1457
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1451

class PreviewConfig < Struct.new(
  :bandwidth_allocation,
  :timeout_config,
  :agent_actions)
  SENSITIVE = []
  include Aws::Structure
end