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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/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)


3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3209

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)


3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3209

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)


3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3209

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)


3209
3210
3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3209

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