Class: Aws::Types::AfterContactWorkConfigPerChannel

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_contact_work_configTypes::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_configTypes::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.

Returns:

  • ("VOICE", "CHAT", "TASK", "EMAIL")


47
48
49
# File 'sig/types.rbs', line 47

def channel
  @channel
end