msbot
Version:
MSBot command line tool for manipulating Microsoft Bot Framework .bot files
19 lines • 895 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Copyright(c) Microsoft Corporation.All rights reserved.
* Licensed under the MIT License.
*/
var azureBotService_1 = require("./azureBotService");
exports.AzureBotService = azureBotService_1.AzureBotService;
var dispatchService_1 = require("./dispatchService");
exports.DispatchService = dispatchService_1.DispatchService;
var endpointService_1 = require("./endpointService");
exports.EndpointService = endpointService_1.EndpointService;
var luisService_1 = require("./luisService");
exports.LuisService = luisService_1.LuisService;
var qnaMakerService_1 = require("./qnaMakerService");
exports.QnaMakerService = qnaMakerService_1.QnaMakerService;
var botConfigModel_1 = require("./botConfigModel");
exports.BotConfigModel = botConfigModel_1.BotConfigModel;
//# sourceMappingURL=index.js.map