UNPKG

@tonytruong/chatbot-ai-lib

Version:

AI-powered healthcare automation, document parsing, OpenAI, embeddings, RAG, vector DB, Facebook OAuth.

3 lines 287 B
export declare function sendTextMessage(recipientId: string, text: string, pageAccessToken: string, retryCount?: number): Promise<boolean>; export declare function sendTemplateMessage(recipientId: string, template: any): Promise<void>; //# sourceMappingURL=MessengerService.d.ts.map