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.
570 571 572 |
# File 'sig/types.rbs', line 570 def agent_first_callback_auto_accept @agent_first_callback_auto_accept end |
#auto_accept ⇒ Boolean
Returns the value of attribute auto_accept.
569 570 571 |
# File 'sig/types.rbs', line 569 def auto_accept @auto_accept end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
568 569 570 |
# File 'sig/types.rbs', line 568 def channel @channel end |