Class: Aws::AlexaForBusiness::Types::PSTNDialIn

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

The information for public switched telephone network (PSTN) conferencing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#country_codeString

The zip code.

Returns:

  • (String)


3228
3229
3230
3231
3232
3233
3234
3235
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3228

class PSTNDialIn < Struct.new(
  :country_code,
  :phone_number,
  :one_click_id_delay,
  :one_click_pin_delay)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3228
3229
3230
3231
3232
3233
3234
3235
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3228

class PSTNDialIn < Struct.new(
  :country_code,
  :phone_number,
  :one_click_id_delay,
  :one_click_pin_delay)
  SENSITIVE = []
  include Aws::Structure
end

#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)


3228
3229
3230
3231
3232
3233
3234
3235
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3228

class PSTNDialIn < Struct.new(
  :country_code,
  :phone_number,
  :one_click_id_delay,
  :one_click_pin_delay)
  SENSITIVE = []
  include Aws::Structure
end

#phone_numberString

The phone number to call to join the conference.

Returns:

  • (String)


3228
3229
3230
3231
3232
3233
3234
3235
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3228

class PSTNDialIn < Struct.new(
  :country_code,
  :phone_number,
  :one_click_id_delay,
  :one_click_pin_delay)
  SENSITIVE = []
  include Aws::Structure
end