[][src]Struct rusoto_alexaforbusiness::PSTNDialIn

pub struct PSTNDialIn {
    pub country_code: String,
    pub one_click_id_delay: String,
    pub one_click_pin_delay: String,
    pub phone_number: String,
}

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

Fields

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). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.

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.

phone_number: String

The phone number to call to join the conference.

Trait Implementations

impl Clone for PSTNDialIn[src]

impl Debug for PSTNDialIn[src]

impl Default for PSTNDialIn[src]

impl<'de> Deserialize<'de> for PSTNDialIn[src]

impl PartialEq<PSTNDialIn> for PSTNDialIn[src]

impl Serialize for PSTNDialIn[src]

impl StructuralPartialEq for PSTNDialIn[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.