Class: Aws::ConnectCampaignsV2::Types::TelephonyChannelSubtypeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::TelephonyChannelSubtypeConfig
- 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
-
#capacity ⇒ Float
Allocates outbound capacity for the specific channel subtype of this campaign between multiple active campaigns.
-
#connect_queue_id ⇒ String
The queue for the call.
-
#default_outbound_config ⇒ Types::TelephonyOutboundConfig
Default Telephony Outbound config.
-
#outbound_mode ⇒ Types::TelephonyOutboundMode
Telephony Outbound Mode.
Instance Attribute Details
#capacity ⇒ Float
Allocates outbound capacity for the specific channel subtype of this campaign between multiple active campaigns
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_id ⇒ String
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.
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_config ⇒ Types::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_mode ⇒ Types::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 |