CallerIdConstants class
用來填入 Activity.callerId 屬性的常數。
屬性
Bot |
Bot 起始對另一個 Bot 的要求時,呼叫端標識碼前置詞。 |
Public |
任何 Bot Framework 通道的呼叫端標識碼。 |
USGov |
任何 Bot Framework US Government 雲端通道的呼叫端標識碼。 |
屬性詳細資料
BotToBotPrefix
Bot 起始對另一個 Bot 的要求時,呼叫端標識碼前置詞。
static BotToBotPrefix: string
屬性值
string
備註
此前置詞後面接著起始呼叫之 Bot 的 Azure Active Directory 應用程式識別碼。
PublicAzureChannel
任何 Bot Framework 通道的呼叫端標識碼。
static PublicAzureChannel: string
屬性值
string
USGovChannel
任何 Bot Framework US Government 雲端通道的呼叫端標識碼。
static USGovChannel: string
屬性值
string