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)


1981
1982
1983
1984
1985
1986
1987
1988
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1981

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)


1981
1982
1983
1984
1985
1986
1987
1988
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1981

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



1981
1982
1983
1984
1985
1986
1987
1988
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1981

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

#outbound_modeTypes::TelephonyOutboundMode

Telephony Outbound Mode



1981
1982
1983
1984
1985
1986
1987
1988
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1981

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