BotFrameworkAdapterSettings interface

警告

此 API 現已淘汰。

Use CloudAdapter with ConfigurationBotFrameworkAuthentication instead to configure bot runtime. Contains settings used to configure a BotFrameworkAdapter instance.

屬性

appId

在 Bot Framework 入口網站中指派給 Bot 的識別碼,。

appPassword

在 Bot Framework 入口網站中指派給 Bot 的密碼,。

authConfig

自選。 用來要求特定背書並驗證宣告。 建議使用技能。

certificatePrivateKey

自選。 用來向 AAD 驗證 appId 的憑證金鑰。

certificateThumbprint

自選。 憑證指紋,用來向 AAD 驗證 appId。

channelAuthTenant

自選。 要從中取得 Bot 對通道令牌的租使用者。

channelService

自選。 此 Bot 的通道服務選項可驗證來自 Azure 或其他通道位置的連線。

clientOptions

自選。 建立新的 ConnectorClients 時使用。

oAuthEndpoint

自選。 Bot 要使用的 OAuth API 端點。

openIdMetadata

自選。 Bot 要使用的 OpenID 元數據端點。

webSocketFactory

自選。 用來傳入 NodeWebSocketFactoryBase 實例。

屬性詳細資料

appId

在 Bot Framework 入口網站中指派給 Bot 的識別碼,。

appId: string

屬性值

string

appPassword

在 Bot Framework 入口網站中指派給 Bot 的密碼,。

appPassword: string

屬性值

string

authConfig

自選。 用來要求特定背書並驗證宣告。 建議使用技能。

authConfig?: AuthenticationConfiguration

屬性值

AuthenticationConfiguration

certificatePrivateKey

自選。 用來向 AAD 驗證 appId 的憑證金鑰。

certificatePrivateKey?: string

屬性值

string

certificateThumbprint

自選。 憑證指紋,用來向 AAD 驗證 appId。

certificateThumbprint?: string

屬性值

string

channelAuthTenant

自選。 要從中取得 Bot 對通道令牌的租使用者。

channelAuthTenant?: string

屬性值

string

channelService

自選。 此 Bot 的通道服務選項可驗證來自 Azure 或其他通道位置的連線。

channelService?: string

屬性值

string

clientOptions

自選。 建立新的 ConnectorClients 時使用。

clientOptions?: ConnectorClientOptions

屬性值

ConnectorClientOptions

oAuthEndpoint

自選。 Bot 要使用的 OAuth API 端點。

oAuthEndpoint?: string

屬性值

string

openIdMetadata

自選。 Bot 要使用的 OpenID 元數據端點。

openIdMetadata?: string

屬性值

string

webSocketFactory

自選。 用來傳入 NodeWebSocketFactoryBase 實例。

webSocketFactory?: NodeWebSocketFactoryBase

屬性值

NodeWebSocketFactoryBase