UNPKG

lisa-box

Version:
14 lines (13 loc) 629 B
import { FabrixService as Service } from '@fabrix/fabrix/dist/common'; export declare class ChatBotService extends Service { _getUserChatBot(): any; executeUserActions(requestId: any, lang: any, context: any, result: any): any; interact(requestId: any, lang: any, sentence: any, botId: any, context: any): any; getUserBot(): any; deleteUserBot(actionId: any): any; setUserBot(data: any): any; _buildCustomBotFromContext(context: any): {}; _buildCustomBotFromData(bot: any, data: any): {}; _findExistingDataIndex(botContext: any, data: any): any; _buildContext(bot: any, data: any): any; }