Class: Aws::Types::AfterContactWorkConfigPerChannel
- Inherits:
-
Object
- Object
- Aws::Types::AfterContactWorkConfigPerChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_contact_work_config ⇒ Types::AfterContactWorkConfig
Returns the value of attribute after_contact_work_config.
-
#agent_first_callback_after_contact_work_config ⇒ Types::AfterContactWorkConfig
Returns the value of attribute agent_first_callback_after_contact_work_config.
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
Instance Attribute Details
#after_contact_work_config ⇒ Types::AfterContactWorkConfig
Returns the value of attribute after_contact_work_config.
48 49 50 |
# File 'sig/types.rbs', line 48 def after_contact_work_config @after_contact_work_config end |
#agent_first_callback_after_contact_work_config ⇒ Types::AfterContactWorkConfig
Returns the value of attribute agent_first_callback_after_contact_work_config.
49 50 51 |
# File 'sig/types.rbs', line 49 def agent_first_callback_after_contact_work_config @agent_first_callback_after_contact_work_config end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
47 48 49 |
# File 'sig/types.rbs', line 47 def channel @channel end |