| 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.AlexaBusiness.Types.PSTNDialIn
Description
Synopsis
Documentation
data PSTNDialIn Source #
The information for public switched telephone network (PSTN) conferencing.
See: newPSTNDialIn smart constructor.
Constructors
| PSTNDialIn' | |
Fields
| |
Instances
Arguments
| :: 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.