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
When making an API call, you may pass PSTNDialIn data as a 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.
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.
3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3931 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.
3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3931 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.
3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3931 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.
3931 3932 3933 3934 3935 3936 3937 3938 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3931 class PSTNDialIn < Struct.new( :country_code, :phone_number, :one_click_id_delay, :one_click_pin_delay) SENSITIVE = [] include Aws::Structure end |