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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#country_codeString

The zip code.

Returns:

  • (String)

    The zip code.

#one_click_id_delayString

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.

Returns:

  • (String)

    The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).

#one_click_pin_delayString

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.

Returns:

  • (String)

    The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).

#phone_numberString

The phone number to call to join the conference.

Returns:

  • (String)

    The phone number to call to join the conference.