| 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.ConnectCampaigns.Types.OutboundCallConfig
Description
Synopsis
- data OutboundCallConfig = OutboundCallConfig' {}
- newOutboundCallConfig :: Text -> Text -> OutboundCallConfig
- outboundCallConfig_answerMachineDetectionConfig :: Lens' OutboundCallConfig (Maybe AnswerMachineDetectionConfig)
- outboundCallConfig_connectSourcePhoneNumber :: Lens' OutboundCallConfig (Maybe Text)
- outboundCallConfig_connectContactFlowId :: Lens' OutboundCallConfig Text
- outboundCallConfig_connectQueueId :: Lens' OutboundCallConfig Text
Documentation
data OutboundCallConfig Source #
The configuration used for outbound calls.
See: newOutboundCallConfig smart constructor.
Constructors
| OutboundCallConfig' | |
Instances
newOutboundCallConfig Source #
Arguments
| :: Text | |
| -> Text | |
| -> OutboundCallConfig |
Create a value of OutboundCallConfig 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:answerMachineDetectionConfig:OutboundCallConfig', outboundCallConfig_answerMachineDetectionConfig - Undocumented member.
$sel:connectSourcePhoneNumber:OutboundCallConfig', outboundCallConfig_connectSourcePhoneNumber - Undocumented member.
$sel:connectContactFlowId:OutboundCallConfig', outboundCallConfig_connectContactFlowId - Undocumented member.
$sel:connectQueueId:OutboundCallConfig', outboundCallConfig_connectQueueId - Undocumented member.
outboundCallConfig_answerMachineDetectionConfig :: Lens' OutboundCallConfig (Maybe AnswerMachineDetectionConfig) Source #
Undocumented member.
outboundCallConfig_connectSourcePhoneNumber :: Lens' OutboundCallConfig (Maybe Text) Source #
Undocumented member.
outboundCallConfig_connectContactFlowId :: Lens' OutboundCallConfig Text Source #
Undocumented member.
outboundCallConfig_connectQueueId :: Lens' OutboundCallConfig Text Source #
Undocumented member.