UNPKG

msbot

Version:

MSBot command line tool for manipulating Microsoft Bot Framework .bot files

11 lines (10 loc) 420 B
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ export { AzureBotService } from './azureBotService'; export { DispatchService } from './dispatchService'; export { EndpointService } from './endpointService'; export { LuisService } from './luisService'; export { QnaMakerService } from './qnaMakerService'; export { BotConfigModel } from './botConfigModel';