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)


570
571
572
# File 'sig/types.rbs', line 570

def agent_first_callback_auto_accept
  @agent_first_callback_auto_accept
end

#auto_acceptBoolean

Returns the value of attribute auto_accept.

Returns:

  • (Boolean)


569
570
571
# File 'sig/types.rbs', line 569

def auto_accept
  @auto_accept
end

#channel"VOICE", ...

Returns the value of attribute channel.

Returns:

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


568
569
570
# File 'sig/types.rbs', line 568

def channel
  @channel
end