Struct alexa::StandardCard [] [src]

pub struct StandardCard<'a> {
    pub title: Cow<'a, str>,
    pub text: Cow<'a, str>,
    pub image: Image<'a>,
}

Fields