[][src]Trait clova_webhook_utils::request::RequestData

pub trait RequestData {
    fn get_session(&self) -> Result<&Value, String>;
fn get_context(&self) -> Result<&Value, String>;
fn get_request(&self) -> Result<&Value, String>;
fn get_request_type(&self) -> String;
fn get_intent_name(&self) -> String;
fn get_slots(&self) -> Result<&Value, String>;
fn get_session_attributes(&self) -> Result<&Value, String>; }

Required methods

Loading content...

Implementors

Loading content...