UNPKG

msbot

Version:

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

16 lines 568 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ var ServiceType; (function (ServiceType) { ServiceType["Endpoint"] = "endpoint"; ServiceType["AzureBotService"] = "abs"; ServiceType["Luis"] = "luis"; ServiceType["QnA"] = "qna"; ServiceType["Dispatch"] = "dispatch"; ServiceType["File"] = "file"; })(ServiceType = exports.ServiceType || (exports.ServiceType = {})); //# sourceMappingURL=schema.js.map