UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

2 lines (1 loc) 148 B
export declare const chatbotAPI: (chatApiUrl: string, platformId: string, sessionId: string, inputText: string, authToken: string) => Promise<any>;