aimpress-chatbot/node_modules/botframework-schema/lib/callerIdConstants.d.ts
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

28 lines
No EOL
807 B
TypeScript

/**
* @module botbuilder
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
/**
* Constants used to populate the Activity.callerId property.
*/
export declare class CallerIdConstants {
/**
* The caller ID for any Bot Framework channel.
*/
static readonly PublicAzureChannel: string;
/**
* The caller ID for any Bot Framework US Government cloud channel.
*/
static readonly USGovChannel: string;
/**
* The caller ID prefix when a bot initiates a request to another bot.
*
* @remarks
* This prefix will be followed by the Azure Active Directory App ID of the bot that initiated the call.
*/
static readonly BotToBotPrefix: string;
}
//# sourceMappingURL=callerIdConstants.d.ts.map