Class: Aws::AlexaForBusiness::Types::PSTNDialIn
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::PSTNDialIn
- 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
-
#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.
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_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.
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_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.
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_number ⇒ String
The phone number to call to join the conference.
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 |