Class: Aws::Connect::Types::AnswerMachineDetectionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AnswerMachineDetectionConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Configuration of the answering machine detection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#await_answer_machine_prompt ⇒ Boolean
Wait for the answering machine prompt.
-
#enable_answer_machine_detection ⇒ Boolean
The flag to indicate if answer machine detection analysis needs to be performed for a voice call.
Instance Attribute Details
#await_answer_machine_prompt ⇒ Boolean
Wait for the answering machine prompt.
541 542 543 544 545 546 |
# File 'lib/aws-sdk-connect/types.rb', line 541 class AnswerMachineDetectionConfig < Struct.new( :enable_answer_machine_detection, :await_answer_machine_prompt) SENSITIVE = [] include Aws::Structure end |
#enable_answer_machine_detection ⇒ Boolean
The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to ‘true`, `TrafficType` must be set as `CAMPAIGN`.
541 542 543 544 545 546 |
# File 'lib/aws-sdk-connect/types.rb', line 541 class AnswerMachineDetectionConfig < Struct.new( :enable_answer_machine_detection, :await_answer_machine_prompt) SENSITIVE = [] include Aws::Structure end |