Struct alexa::IntentRequest [] [src]

pub struct IntentRequest {
    pub name: String,
    pub slots: BTreeMap<String, String>,
}

Fields

Trait Implementations

impl Debug for IntentRequest
[src]

Formats the value using the given formatter.