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
Documentation
data PSTNDialIn Source #
The information for public switched telephone network (PSTN) conferencing.
See: newPSTNDialIn
smart constructor.
PSTNDialIn' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> PSTNDialIn |
Create a value of PSTNDialIn
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:countryCode:PSTNDialIn'
, pSTNDialIn_countryCode
- The zip code.
$sel:phoneNumber:PSTNDialIn'
, pSTNDialIn_phoneNumber
- The phone number to call to join the conference.
$sel:oneClickIdDelay:PSTNDialIn'
, pSTNDialIn_oneClickIdDelay
- The delay duration before Alexa enters the conference ID with dual-tone
multi-frequency (DTMF). Each number on the dial pad corresponds to a
DTMF tone, which is how we send data over the telephone network.
$sel:oneClickPinDelay:PSTNDialIn'
, pSTNDialIn_oneClickPinDelay
- The delay duration before Alexa enters the conference pin with dual-tone
multi-frequency (DTMF). Each number on the dial pad corresponds to a
DTMF tone, which is how we send data over the telephone network.
pSTNDialIn_countryCode :: Lens' PSTNDialIn Text Source #
The zip code.
pSTNDialIn_phoneNumber :: Lens' PSTNDialIn Text Source #
The phone number to call to join the conference.
pSTNDialIn_oneClickIdDelay :: Lens' PSTNDialIn Text Source #
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
pSTNDialIn_oneClickPinDelay :: Lens' PSTNDialIn Text Source #
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.