共用方式為


BotProperties interface

要提供給 Bot 的參數。

屬性

allSettings

包含定義為索引鍵/值組的所有設定。

appPasswordHint

提示 (例如 keyVault 秘密 resourceId) 如何擷取應用程式秘密

cmekEncryptionStatus

CMK 加密狀態注意:此屬性不會序列化。 它只能由伺服器填入。

cmekKeyVaultUrl

The CMK Url

configuredChannels

設定 Bot 的通道集合注意:此屬性不會序列化。 它只能由伺服器填入。

description

Bot 的描述

developerAppInsightKey

Application Insights 金鑰

developerAppInsightsApiKey

Application Insights API 金鑰

developerAppInsightsApplicationId

Application Insights 應用程式識別碼

disableLocalAuth

退出宣告本機驗證,並確保只能使用 MSI 和 AAD 進行驗證。

displayName

Bot 的名稱

enabledChannels

啟用 Bot 的通道集合注意:此屬性不會序列化。 它只能由伺服器填入。

endpoint

Bot 的端點

endpointVersion

Bot 的端點版本注意:此屬性不會序列化。 它只能由伺服器填入。

iconUrl

Bot 的圖示 URL

isCmekEnabled

是否啟用 Cmek

isDeveloperAppInsightsApiKeySet

Bot 是否為 developerAppInsightsApiKey 集合附注:此屬性不會序列化。 它只能由伺服器填入。

isStreamingSupported

Bot 是否支援串流處理

luisAppIds

LUIS 應用程式識別碼的集合

luisKey

LUIS 金鑰

manifestUrl

Bot 的資訊清單 URL

migrationToken

用來將非 Azure Bot 遷移至 Azure 訂用帳戶的權杖注意:此屬性不會序列化。 它只能由伺服器填入。

msaAppId

Bot 的 Microsoft 應用程式識別碼

msaAppMSIResourceId

Bot 的 Microsoft 應用程式受控識別資源識別碼

msaAppTenantId

Bot 的 Microsoft 應用程式租使用者識別碼

msaAppType

適用于 Bot 的 Microsoft 應用程式類型

openWithHint

瀏覽器 (的提示,例如如何開啟 Bot 以進行撰寫的通訊協定處理常式)

parameters

包含定義為索引鍵/值組的資源參數。

privateEndpointConnections

為 Bot 設定的私人端點連線清單注意:此屬性不會序列化。 它只能由伺服器填入。

provisioningState

資源布建狀態注意:此屬性不會序列化。 它只能由伺服器填入。

publicNetworkAccess

Bot 是否位於隔離網路中

publishingCredentials

發佈資源的認證

schemaTransformationVersion

Bot 的通道架構轉換版本

storageResourceId

Bot 的儲存體 resourceId

tenantId

Bot 的租使用者識別碼

屬性詳細資料

allSettings

包含定義為索引鍵/值組的所有設定。

allSettings?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

appPasswordHint

提示 (例如 keyVault 秘密 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

Bot 的 Microsoft 應用程式識別碼

msaAppId: string

屬性值

string

msaAppMSIResourceId

Bot 的 Microsoft 應用程式受控識別資源識別碼

msaAppMSIResourceId?: string

屬性值

string

msaAppTenantId

Bot 的 Microsoft 應用程式租使用者識別碼

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