UNPKG
wa-chat-server-microsoft
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
wa-chat-server adapter for the Microsoft Bot Framework
wa-chat-server-microsoft
/
lib
/
class
/
WatsonAdapter.js
8 lines
(7 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"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
;