skailan-ai
Version:
Servicio de IA y procesamiento de lenguaje natural para Skailan
9 lines • 1.01 kB
TypeScript
import { Request, Response } from 'express';
export declare const generateEmail: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const generateQuote: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const generateReport: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const generateConversationSummary: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const generateBotResponse: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const generateMarketingContent: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
export declare const generateDocumentation: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>;
//# sourceMappingURL=contentController.d.ts.map