UNPKG

skailan-ai

Version:

Servicio de IA y procesamiento de lenguaje natural para Skailan

5 lines 480 B
import { Request, Response } from 'express'; export declare const classifyIntent: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const classifyConversationIntent: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; export declare const getIntents: (req: Request, res: Response) => Promise<Response<any, Record<string, any>> | undefined>; //# sourceMappingURL=intentController.d.ts.map