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.
576 577 578 |
# File 'sig/types.rbs', line 576 def agent_first_callback_auto_accept @agent_first_callback_auto_accept end |
#auto_accept ⇒ Boolean
Returns the value of attribute auto_accept.
575 576 577 |
# File 'sig/types.rbs', line 575 def auto_accept @auto_accept end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
574 575 576 |
# File 'sig/types.rbs', line 574 def channel @channel end |