@microsoft/agents-activity
Version:
Microsoft 365 Agents SDK for JavaScript. Activity Protocol serialization and deserialization.
25 lines • 648 B
JavaScript
;
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallerIdConstants = void 0;
/**
* Constants representing caller IDs.
*/
exports.CallerIdConstants = {
/**
* Public Azure channel caller ID.
*/
PublicAzureChannel: 'urn:botframework:azure',
/**
* US Government channel caller ID.
*/
USGovChannel: 'urn:botframework:azureusgov',
/**
* Agent prefix for caller ID.
*/
AgentPrefix: 'urn:botframework:aadappid:'
};
//# sourceMappingURL=callerIdConstants.js.map