pub type ConversationObject = Conversation;Aliased Type§
pub struct ConversationObject {
pub id: String,
pub created_at: u64,
pub metadata: BTreeMap<String, String>,
pub object: ConversationObjectType,
pub rest: Map<String, Value>,
}Fields§
§id: String§created_at: u64§metadata: BTreeMap<String, String>§object: ConversationObjectType§rest: Map<String, Value>