bot-handoff
Version:
Bot hand off module for the Microsoft Bot Framework. It allows you to transfer a customer from talking to a bot to talking to a human.
18 lines (17 loc) • 424 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"outDir": "./dist",
"sourceMap": true,
"declaration": true
},
"files": [
"./src/applyHandoffMiddleware.ts",
"./test/AgentHandoff.spec.ts",
"./test/provider.spec.ts",
"./test/handoffMessageEvents.spec.ts",
"./test/providerTest.ts"
]
}