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 |
Synopsis
- data OutboundCallerConfig = OutboundCallerConfig' {}
- newOutboundCallerConfig :: OutboundCallerConfig
- outboundCallerConfig_outboundCallerIdName :: Lens' OutboundCallerConfig (Maybe Text)
- outboundCallerConfig_outboundCallerIdNumberId :: Lens' OutboundCallerConfig (Maybe Text)
- outboundCallerConfig_outboundFlowId :: Lens' OutboundCallerConfig (Maybe Text)
Documentation
data OutboundCallerConfig Source #
The outbound caller ID name, number, and outbound whisper flow.
See: newOutboundCallerConfig
smart constructor.
OutboundCallerConfig' | |
|
Instances
newOutboundCallerConfig :: OutboundCallerConfig Source #
Create a value of OutboundCallerConfig
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:outboundCallerIdName:OutboundCallerConfig'
, outboundCallerConfig_outboundCallerIdName
- The caller ID name.
$sel:outboundCallerIdNumberId:OutboundCallerConfig'
, outboundCallerConfig_outboundCallerIdNumberId
- The caller ID number.
$sel:outboundFlowId:OutboundCallerConfig'
, outboundCallerConfig_outboundFlowId
- The outbound whisper flow to be used during an outbound call.
outboundCallerConfig_outboundCallerIdName :: Lens' OutboundCallerConfig (Maybe Text) Source #
The caller ID name.
outboundCallerConfig_outboundCallerIdNumberId :: Lens' OutboundCallerConfig (Maybe Text) Source #
The caller ID number.
outboundCallerConfig_outboundFlowId :: Lens' OutboundCallerConfig (Maybe Text) Source #
The outbound whisper flow to be used during an outbound call.