Struct twilio_async::twiml::gather::Gather [−][src]
pub struct Gather<'a> { /* fields omitted */ }
Methods
impl<'a> Gather<'a>
[src]
impl<'a> Gather<'a>
pub fn say<S: Into<Say<'a>>>(self, say: S) -> Self
[src]
pub fn say<S: Into<Say<'a>>>(self, say: S) -> Self
pub fn play<P: Into<Play<'a>>>(self, play: P) -> Self
[src]
pub fn play<P: Into<Play<'a>>>(self, play: P) -> Self
pub fn redirect<R: Into<Redirect<'a>>>(self, redirect: R) -> Self
[src]
pub fn redirect<R: Into<Redirect<'a>>>(self, redirect: R) -> Self
pub fn method(self, method: Method) -> Self
[src]
pub fn method(self, method: Method) -> Self
pub fn finish_on_key(self, key: char) -> Self
[src]
pub fn finish_on_key(self, key: char) -> Self
pub fn timeout(self, timeout: usize) -> Self
[src]
pub fn timeout(self, timeout: usize) -> Self
Trait Implementations
impl<'a> Debug for Gather<'a>
[src]
impl<'a> Debug for Gather<'a>
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> Default for Gather<'a>
[src]
impl<'a> Default for Gather<'a>
impl<'a> Twiml for Gather<'a>
[src]
impl<'a> Twiml for Gather<'a>
fn write<W: Write>(&self, w: &mut EventWriter<W>) -> TwilioResult<()>
[src]
fn write<W: Write>(&self, w: &mut EventWriter<W>) -> TwilioResult<()>
fn build(&self) -> TwilioResult<String>
[src]
fn build(&self) -> TwilioResult<String>