Class: Aws::Connect::Types::AfterContactWorkConfigPerChannel
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AfterContactWorkConfigPerChannel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Configuration settings for after contact work (ACW) timeout for a specific channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_contact_work_config ⇒ Types::AfterContactWorkConfig
The ACW timeout settings for this channel.
-
#agent_first_callback_after_contact_work_config ⇒ Types::AfterContactWorkConfig
The ACW timeout settings for agent-first callbacks.
-
#channel ⇒ String
The channel for this ACW timeout configuration.
Instance Attribute Details
#after_contact_work_config ⇒ Types::AfterContactWorkConfig
The ACW timeout settings for this channel.
144 145 146 147 148 149 150 |
# File 'lib/aws-sdk-connect/types.rb', line 144 class AfterContactWorkConfigPerChannel < Struct.new( :channel, :after_contact_work_config, :agent_first_callback_after_contact_work_config) SENSITIVE = [] include Aws::Structure end |
#agent_first_callback_after_contact_work_config ⇒ Types::AfterContactWorkConfig
The ACW timeout settings for agent-first callbacks. This setting only applies to the VOICE channel.
144 145 146 147 148 149 150 |
# File 'lib/aws-sdk-connect/types.rb', line 144 class AfterContactWorkConfigPerChannel < Struct.new( :channel, :after_contact_work_config, :agent_first_callback_after_contact_work_config) SENSITIVE = [] include Aws::Structure end |
#channel ⇒ String
The channel for this ACW timeout configuration. Valid values: VOICE, CHAT, TASK, EMAIL.
144 145 146 147 148 149 150 |
# File 'lib/aws-sdk-connect/types.rb', line 144 class AfterContactWorkConfigPerChannel < Struct.new( :channel, :after_contact_work_config, :agent_first_callback_after_contact_work_config) SENSITIVE = [] include Aws::Structure end |