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.
227 228 229 |
# File 'sig/types.rbs', line 227 def await_answer_machine_prompt @await_answer_machine_prompt end |
#enable_answer_machine_detection ⇒ Boolean
Returns the value of attribute enable_answer_machine_detection.
226 227 228 |
# File 'sig/types.rbs', line 226 def enable_answer_machine_detection @enable_answer_machine_detection end |