Struct twilio_async::twiml::response::Response [−][src]
pub struct Response<'a> { /* fields omitted */ }
Methods
impl<'a> Response<'a>
[src]
impl<'a> Response<'a>
pub fn new() -> Self
[src]
pub fn new() -> Self
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 msg<M: Into<Msg<'a>>>(self, msg: M) -> Self
[src]
pub fn msg<M: Into<Msg<'a>>>(self, msg: M) -> Self
pub fn gather(self, gather: Gather<'a>) -> Self
[src]
pub fn gather(self, gather: Gather<'a>) -> Self
pub fn dial<D: Into<Dial<'a>>>(self, dial: D) -> Self
[src]
pub fn dial<D: Into<Dial<'a>>>(self, dial: D) -> Self
Trait Implementations
impl<'a> Debug for Response<'a>
[src]
impl<'a> Debug for Response<'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> Twiml for Response<'a>
[src]
impl<'a> Twiml for Response<'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>