Class: Aws::ConnectCampaignsV2::Types::TelephonyChannelSubtypeConfig

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

Overview

Telephony Channel Subtype config

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacityFloat

Allocates outbound capacity for the specific channel subtype of this campaign between multiple active campaigns

Returns:

  • (Float)


2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2071

class TelephonyChannelSubtypeConfig < Struct.new(
  :capacity,
  :connect_queue_id,
  :outbound_mode,
  :default_outbound_config)
  SENSITIVE = []
  include Aws::Structure
end

#connect_queue_idString

The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the contact flow is used. If you do not specify a queue, you must specify a source phone number.

Returns:

  • (String)


2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2071

class TelephonyChannelSubtypeConfig < Struct.new(
  :capacity,
  :connect_queue_id,
  :outbound_mode,
  :default_outbound_config)
  SENSITIVE = []
  include Aws::Structure
end

#default_outbound_configTypes::TelephonyOutboundConfig

Default Telephony Outbound config



2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2071

class TelephonyChannelSubtypeConfig < Struct.new(
  :capacity,
  :connect_queue_id,
  :outbound_mode,
  :default_outbound_config)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_modeTypes::TelephonyOutboundMode

Telephony Outbound Mode



2071
2072
2073
2074
2075
2076
2077
2078
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2071

class TelephonyChannelSubtypeConfig < Struct.new(
  :capacity,
  :connect_queue_id,
  :outbound_mode,
  :default_outbound_config)
  SENSITIVE = []
  include Aws::Structure
end