Skip to main content

CreateConversationRequestBody

Type Alias CreateConversationRequestBody 

Source
pub type CreateConversationRequestBody = CreateConversationRequest;

Aliased Type§

pub struct CreateConversationRequestBody {
    pub items: Option<Vec<ResponseItem>>,
    pub metadata: Option<BTreeMap<String, String>>,
    pub rest: Map<String, Value>,
}

Fields§

§items: Option<Vec<ResponseItem>>§metadata: Option<BTreeMap<String, String>>§rest: Map<String, Value>