BotProperties interface
要提供給 Bot 的參數。
屬性
all |
包含所有定義為索引鍵/值組的資源。 |
app |
如何擷取應用程式秘密的提示 (例如 keyVault secret resourceId) |
cmek |
CMK 加密狀態注意:此屬性將不會串行化。 它只能由伺服器填入。 |
cmek |
The CMK Url |
configured |
設定 Bot 的通道集合注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
description | Bot 的描述 |
developer |
Application Insights 金鑰 |
developer |
Application Insights Api 金鑰 |
developer |
Application Insights 應用程式識別碼 |
disable |
退出宣告本機驗證,並確保只能使用 MSI 和 AAD 進行驗證。 |
display |
Bot 的名稱 |
enabled |
啟用 Bot 的通道集合注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
endpoint | Bot 的端點 |
endpoint |
Bot 的端點版本注意:此屬性將不會串行化。 它只能由伺服器填入。 |
icon |
Bot 的圖示 URL |
is |
是否啟用 Cmek |
is |
Bot 是否為 developerAppInsightsApiKey 集附注:此屬性將不會串行化。 它只能由伺服器填入。 |
is |
Bot 是否支援串流處理 |
luis |
LUIS 應用程式識別碼的集合 |
luis |
LUIS 金鑰 |
manifest |
Bot 的指令清單 URL |
migration |
用來將非 Azure Bot 遷移至 Azure 訂用帳戶的令牌注意:此屬性將不會串行化。 它只能由伺服器填入。 |
msa |
Microsoft Bot 的應用程式識別碼 |
msa |
Microsoft Bot 的應用程式受控識別資源標識碼 |
msa |
Microsoft Bot 的應用程式租用戶標識碼 |
msa |
bot 的Microsoft應用程式類型 |
open |
瀏覽器的提示(例如通訊協定處理程式)如何開啟 Bot 以進行撰寫 |
parameters | 包含定義為索引鍵/值組的資源參數。 |
private |
為 Bot 設定的私人端點連線清單注意:此屬性將不會串行化。 它只能由伺服器填入。 |
provisioning |
資源布建狀態注意:此屬性將不會串行化。 它只能由伺服器填入。 |
public |
Bot 是否位於隔離的網路 |
publishing |
發佈資源的認證 |
schema |
Bot 的通道架構轉換版本 |
storage |
Bot 的記憶體 resourceId |
tenant |
Bot 的租用戶標識碼 |
屬性詳細資料
allSettings
包含所有定義為索引鍵/值組的資源。
allSettings?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
appPasswordHint
如何擷取應用程式秘密的提示 (例如 keyVault secret resourceId)
appPasswordHint?: string
屬性值
string
cmekEncryptionStatus
CMK 加密狀態注意:此屬性將不會串行化。 它只能由伺服器填入。
cmekEncryptionStatus?: string
屬性值
string
cmekKeyVaultUrl
The CMK Url
cmekKeyVaultUrl?: string
屬性值
string
configuredChannels
設定 Bot 的通道集合注意:這個屬性將不會串行化。 它只能由伺服器填入。
configuredChannels?: string[]
屬性值
string[]
description
Bot 的描述
description?: string
屬性值
string
developerAppInsightKey
Application Insights 金鑰
developerAppInsightKey?: string
屬性值
string
developerAppInsightsApiKey
Application Insights Api 金鑰
developerAppInsightsApiKey?: string
屬性值
string
developerAppInsightsApplicationId
Application Insights 應用程式識別碼
developerAppInsightsApplicationId?: string
屬性值
string
disableLocalAuth
退出宣告本機驗證,並確保只能使用 MSI 和 AAD 進行驗證。
disableLocalAuth?: boolean
屬性值
boolean
displayName
Bot 的名稱
displayName: string
屬性值
string
enabledChannels
啟用 Bot 的通道集合注意:這個屬性將不會串行化。 它只能由伺服器填入。
enabledChannels?: string[]
屬性值
string[]
endpoint
Bot 的端點
endpoint: null | string
屬性值
null | string
endpointVersion
Bot 的端點版本注意:此屬性將不會串行化。 它只能由伺服器填入。
endpointVersion?: string
屬性值
string
iconUrl
Bot 的圖示 URL
iconUrl?: string
屬性值
string
isCmekEnabled
是否啟用 Cmek
isCmekEnabled?: boolean
屬性值
boolean
isDeveloperAppInsightsApiKeySet
Bot 是否為 developerAppInsightsApiKey 集附注:此屬性將不會串行化。 它只能由伺服器填入。
isDeveloperAppInsightsApiKeySet?: boolean
屬性值
boolean
isStreamingSupported
Bot 是否支援串流處理
isStreamingSupported?: boolean
屬性值
boolean
luisAppIds
LUIS 應用程式識別碼的集合
luisAppIds?: string[]
屬性值
string[]
luisKey
LUIS 金鑰
luisKey?: string
屬性值
string
manifestUrl
Bot 的指令清單 URL
manifestUrl?: string
屬性值
string
migrationToken
用來將非 Azure Bot 遷移至 Azure 訂用帳戶的令牌注意:此屬性將不會串行化。 它只能由伺服器填入。
migrationToken?: string
屬性值
string
msaAppId
Microsoft Bot 的應用程式識別碼
msaAppId: string
屬性值
string
msaAppMSIResourceId
Microsoft Bot 的應用程式受控識別資源標識碼
msaAppMSIResourceId?: string
屬性值
string
msaAppTenantId
Microsoft Bot 的應用程式租用戶標識碼
msaAppTenantId?: string
屬性值
string
msaAppType
bot 的Microsoft應用程式類型
msaAppType?: string
屬性值
string
openWithHint
瀏覽器的提示(例如通訊協定處理程式)如何開啟 Bot 以進行撰寫
openWithHint?: string
屬性值
string
parameters
包含定義為索引鍵/值組的資源參數。
parameters?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
privateEndpointConnections
為 Bot 設定的私人端點連線清單注意:此屬性將不會串行化。 它只能由伺服器填入。
privateEndpointConnections?: PrivateEndpointConnection[]
屬性值
provisioningState
資源布建狀態注意:此屬性將不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
publicNetworkAccess
Bot 是否位於隔離的網路
publicNetworkAccess?: string
屬性值
string
publishingCredentials
發佈資源的認證
publishingCredentials?: string
屬性值
string
schemaTransformationVersion
Bot 的通道架構轉換版本
schemaTransformationVersion?: string
屬性值
string
storageResourceId
Bot 的記憶體 resourceId
storageResourceId?: string
屬性值
string
tenantId
Bot 的租用戶標識碼
tenantId?: string
屬性值
string