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