UNPKG

skailan-conversations

Version:

Servicio de conversaciones y mensajería para Skailan

6 lines 621 B
import { Request, Response } from 'express'; export declare const detectIntent: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const generateDynamicResponse: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const extractEntities: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const summarizeConversation: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; //# sourceMappingURL=aiIntegrationController.d.ts.map