libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

  • countryCode :: Text

    The zip code.

  • phoneNumber :: Text

    The phone number to call to join the conference.

  • oneClickIdDelay :: Text

    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.

  • oneClickPinDelay :: Text

    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.

Instances

Instances details
Eq PSTNDialIn Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PSTNDialIn

Read PSTNDialIn Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PSTNDialIn

Show PSTNDialIn Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PSTNDialIn

Generic PSTNDialIn Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PSTNDialIn

Associated Types

type Rep PSTNDialIn :: Type -> Type #

NFData PSTNDialIn Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PSTNDialIn

Methods

rnf :: PSTNDialIn -> () #

Hashable PSTNDialIn Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PSTNDialIn

ToJSON PSTNDialIn Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PSTNDialIn

FromJSON PSTNDialIn Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PSTNDialIn

type Rep PSTNDialIn Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PSTNDialIn

type Rep PSTNDialIn = D1 ('MetaData "PSTNDialIn" "Amazonka.AlexaBusiness.Types.PSTNDialIn" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "PSTNDialIn'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "oneClickIdDelay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "oneClickPinDelay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newPSTNDialIn Source #

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_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.