Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AnswerMachineDetectionConfig = AnswerMachineDetectionConfig' {}
- newAnswerMachineDetectionConfig :: AnswerMachineDetectionConfig
- answerMachineDetectionConfig_enableAnswerMachineDetection :: Lens' AnswerMachineDetectionConfig (Maybe Bool)
- answerMachineDetectionConfig_awaitAnswerMachinePrompt :: Lens' AnswerMachineDetectionConfig (Maybe Bool)
Documentation
data AnswerMachineDetectionConfig Source #
Configuration of the answering machine detection.
See: newAnswerMachineDetectionConfig
smart constructor.
AnswerMachineDetectionConfig' | |
|
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: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
.
$sel:awaitAnswerMachinePrompt:AnswerMachineDetectionConfig'
, answerMachineDetectionConfig_awaitAnswerMachinePrompt
- 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
.
answerMachineDetectionConfig_awaitAnswerMachinePrompt :: Lens' AnswerMachineDetectionConfig (Maybe Bool) Source #
Wait for the answering machine prompt.