UNPKG

wa-chat-server-microsoft

Version:

wa-chat-server adapter for the Microsoft Bot Framework

8 lines (7 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WatsonHandler = void 0; const botbuilder_1 = require("botbuilder"); class WatsonHandler extends botbuilder_1.ActivityHandler { } exports.WatsonHandler = WatsonHandler;