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>)


1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1542

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)


1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1542

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

#timeout_configTypes::TimeoutConfig

Timeout Config for preview contacts.



1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1542

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