aimpress-chatbot/node_modules/botframework-streaming/lib/requestHandler.js
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

10 lines
No EOL
381 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RequestHandler = void 0;
/**
* Implemented by classes used to process incoming streaming requests sent over an [IStreamingTransport](xref:botframework-streaming.IStreamingTransport).
*/
class RequestHandler {
}
exports.RequestHandler = RequestHandler;
//# sourceMappingURL=requestHandler.js.map