You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::PSTNDialIn
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::PSTNDialIn
- Defined in:
- (unknown)
Overview
When passing PSTNDialIn as input to an Aws::Client method, you can use a vanilla Hash:
{
country_code: "CountryCode", # required
phone_number: "OutboundPhoneNumber", # required
one_click_id_delay: "OneClickIdDelay", # required
one_click_pin_delay: "OneClickPinDelay", # required
}
The information for public switched telephone network (PSTN) conferencing.
Returned by:
Instance Attribute Summary collapse
-
#country_code ⇒ String
The zip code.
-
#one_click_id_delay ⇒ String
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).
-
#one_click_pin_delay ⇒ String
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).
-
#phone_number ⇒ String
The phone number to call to join the conference.
Instance Attribute Details
#country_code ⇒ String
The zip code.
#one_click_id_delay ⇒ 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.
#one_click_pin_delay ⇒ 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.
#phone_number ⇒ String
The phone number to call to join the conference.