Class: Aws::Types::AnswerMachineDetectionConfig
- Inherits:
-
Object
- Object
- Aws::Types::AnswerMachineDetectionConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#await_answer_machine_prompt ⇒ Boolean
Returns the value of attribute await_answer_machine_prompt.
-
#enable_answer_machine_detection ⇒ Boolean
Returns the value of attribute enable_answer_machine_detection.
Instance Attribute Details
#await_answer_machine_prompt ⇒ Boolean
Returns the value of attribute await_answer_machine_prompt.
30 31 32 |
# File 'sig/types.rbs', line 30 def await_answer_machine_prompt @await_answer_machine_prompt end |
#enable_answer_machine_detection ⇒ Boolean
Returns the value of attribute enable_answer_machine_detection.
29 30 31 |
# File 'sig/types.rbs', line 29 def enable_answer_machine_detection @enable_answer_machine_detection end |