[][src]Trait clova_webhook_utils::response::ResponseData

pub trait ResponseData {
    fn simple_speech(&self) -> Result<Value, Box<dyn Error>>;
fn set_simple_speech_text(&mut self, s: String, e: bool);
fn set_reprompt_simple_speech_text(&mut self, s: String);
fn set_session_attributes_from_str(&mut self, s: String);
fn set_session_attributes(&mut self, j: Value);
fn new() -> Result<ResponseDataStruct, Box<dyn Error>>; }

Required methods

Loading content...

Implementors

Loading content...