export interface MemoriesConversationTurn { /** Extracted text content of the source document. */ content?: string; /** Human-readable label for this resource. */ name?: string; role?: string; }