Struct apiai::structure::ApiEvent
[−]
[src]
pub struct ApiEvent { pub name: String, pub data: Option<HashMap<String, String>>, }
An ApiEvent has a name and may have a list of parameters under the label 'data'.
Fields
name: String
data: Option<HashMap<String, String>>