Class: Aws::Connect::Types::AnswerMachineDetectionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AnswerMachineDetectionConfig
- Defined in:
- gems/aws-sdk-connect/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.
548 549 550 551 552 553 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 548 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
.
548 549 550 551 552 553 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 548 class AnswerMachineDetectionConfig < Struct.new( :enable_answer_machine_detection, :await_answer_machine_prompt) SENSITIVE = [] include Aws::Structure end |