PSTNDialIn
public struct PSTNDialIn : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The zip code.
Declaration
Swift
public let countryCode: String -
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.
Declaration
Swift
public let oneClickIdDelay: String -
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.
Declaration
Swift
public let oneClickPinDelay: String -
The phone number to call to join the conference.
Declaration
Swift
public let phoneNumber: String -
Undocumented
Declaration
Swift
public init(countryCode: String, oneClickIdDelay: String, oneClickPinDelay: String, phoneNumber: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PSTNDialIn Structure Reference