Struct rustcastai::responses::Request [] [src]

pub struct Request {
    pub uuid: String,
    pub act: String,
    pub source: String,
    pub sentiment: String,
    pub language: String,
    pub version: String,
    pub timestamp: String,
    pub sentence_type: String,
    pub status: i32,
    pub intents: Vec<Intent>,
    pub entities: HashMap<String, Vec<Map<String, Value>>>,
}

Fields

Methods

impl Request
[src]

Trait Implementations

impl Debug for Request
[src]

Formats the value using the given formatter.