export interface IConversation { _metadata: object; conversationHistoryRecords: any[]; }