skailan-ai
Version:
Servicio de IA y procesamiento de lenguaje natural para Skailan
5 lines • 480 B
TypeScript
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