Struct apiai::structure::ApiFulfillment [] [src]

pub struct ApiFulfillment {
    pub speech: String,
    pub messages: Option<Vec<ApiMessage>>,
}
[]

API.ai fullfilment structure (part of results)

Fields

[]

The speech to be sent back to the user

[]

Represents an array of message objects as described in ApiMessage