UNPKG

node-nlp

Version:

Library for NLU (Natural Language Understanding) done in Node.js

33 lines 1.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @module botbuilder */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ var GovernmentConstants; (function (GovernmentConstants) { /** * Government Channel Service property value */ GovernmentConstants.ChannelService = 'https://botframework.azure.us'; /** * TO CHANNEL FROM BOT: Login URL */ GovernmentConstants.ToChannelFromBotLoginUrl = 'https://login.microsoftonline.us/cab8a31a-1906-4287-a0d8-4eef66b95f6e/oauth2/v2.0/token'; /** * TO CHANNEL FROM BOT: OAuth scope to request */ GovernmentConstants.ToChannelFromBotOAuthScope = 'https://api.botframework.us/.default'; /** * TO BOT FROM CHANNEL: Token issuer */ GovernmentConstants.ToBotFromChannelTokenIssuer = 'https://api.botframework.us'; /** * TO BOT FROM CHANNEL: OpenID metadata document for tokens coming from MSA */ GovernmentConstants.ToBotFromChannelOpenIdMetadataUrl = 'https://login.botframework.azure.us/v1/.well-known/openidconfiguration'; })(GovernmentConstants = exports.GovernmentConstants || (exports.GovernmentConstants = {})); //# sourceMappingURL=governmentConstants.js.map