Class: Aws::Types::AutoAcceptConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_first_callback_auto_acceptBoolean

Returns the value of attribute agent_first_callback_auto_accept.

Returns:

  • (Boolean)


582
583
584
# File 'sig/types.rbs', line 582

def agent_first_callback_auto_accept
  @agent_first_callback_auto_accept
end

#auto_acceptBoolean

Returns the value of attribute auto_accept.

Returns:

  • (Boolean)


581
582
583
# File 'sig/types.rbs', line 581

def auto_accept
  @auto_accept
end

#channel"VOICE", ...

Returns the value of attribute channel.

Returns:

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


580
581
582
# File 'sig/types.rbs', line 580

def channel
  @channel
end