CallerIdConstants class

Constants used to populate the Activity.callerId property.

Properties

BotToBotPrefix

The caller ID prefix when a bot initiates a request to another bot.

PublicAzureChannel

The caller ID for any Bot Framework channel.

USGovChannel

The caller ID for any Bot Framework US Government cloud channel.

Property Details

BotToBotPrefix

The caller ID prefix when a bot initiates a request to another bot.

static BotToBotPrefix: string

Property Value

string

Remarks

This prefix will be followed by the Azure Active Directory App ID of the bot that initiated the call.

PublicAzureChannel

The caller ID for any Bot Framework channel.

static PublicAzureChannel: string

Property Value

string

USGovChannel

The caller ID for any Bot Framework US Government cloud channel.

static USGovChannel: string

Property Value

string