| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.AnswerMachineDetectionConfig
Description
Synopsis
- data AnswerMachineDetectionConfig = AnswerMachineDetectionConfig' {}
- newAnswerMachineDetectionConfig :: AnswerMachineDetectionConfig
- answerMachineDetectionConfig_awaitAnswerMachinePrompt :: Lens' AnswerMachineDetectionConfig (Maybe Bool)
- answerMachineDetectionConfig_enableAnswerMachineDetection :: Lens' AnswerMachineDetectionConfig (Maybe Bool)
Documentation
data AnswerMachineDetectionConfig Source #
Configuration of the answering machine detection.
See: newAnswerMachineDetectionConfig smart constructor.
Constructors
| AnswerMachineDetectionConfig' | |
Fields
| |
Instances
newAnswerMachineDetectionConfig :: AnswerMachineDetectionConfig Source #
Create a value of AnswerMachineDetectionConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:awaitAnswerMachinePrompt:AnswerMachineDetectionConfig', answerMachineDetectionConfig_awaitAnswerMachinePrompt - Wait for the answering machine prompt.
$sel:enableAnswerMachineDetection:AnswerMachineDetectionConfig', answerMachineDetectionConfig_enableAnswerMachineDetection - 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.
answerMachineDetectionConfig_awaitAnswerMachinePrompt :: Lens' AnswerMachineDetectionConfig (Maybe Bool) Source #
Wait for the answering machine prompt.
answerMachineDetectionConfig_enableAnswerMachineDetection :: Lens' AnswerMachineDetectionConfig (Maybe Bool) Source #
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.