Class: Aws::Types::AutoAcceptConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutoAcceptConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_first_callback_auto_accept ⇒ Boolean
Returns the value of attribute agent_first_callback_auto_accept.
-
#auto_accept ⇒ Boolean
Returns the value of attribute auto_accept.
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
Instance Attribute Details
#agent_first_callback_auto_accept ⇒ Boolean
Returns the value of attribute agent_first_callback_auto_accept.
582 583 584 |
# File 'sig/types.rbs', line 582 def agent_first_callback_auto_accept @agent_first_callback_auto_accept end |
#auto_accept ⇒ Boolean
Returns the value of attribute auto_accept.
581 582 583 |
# File 'sig/types.rbs', line 581 def auto_accept @auto_accept end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
580 581 582 |
# File 'sig/types.rbs', line 580 def channel @channel end |