Class: Aws::Connect::Types::AnswerMachineDetectionConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#await_answer_machine_promptBoolean

Wait for the answering machine prompt.

Returns:

  • (Boolean)


422
423
424
425
426
427
# File 'lib/aws-sdk-connect/types.rb', line 422

class AnswerMachineDetectionConfig < Struct.new(
  :enable_answer_machine_detection,
  :await_answer_machine_prompt)
  SENSITIVE = []
  include Aws::Structure
end

#enable_answer_machine_detectionBoolean

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`.

Returns:

  • (Boolean)


422
423
424
425
426
427
# File 'lib/aws-sdk-connect/types.rb', line 422

class AnswerMachineDetectionConfig < Struct.new(
  :enable_answer_machine_detection,
  :await_answer_machine_prompt)
  SENSITIVE = []
  include Aws::Structure
end