次の方法で共有


BotFrameworkOptions クラス

定義

注意事項

Use CloudAdapter with ConfigurationBotFrameworkAuthentication instead to configure bot runtime.

Bot Framework Service からの HTTP 要求を処理する を初期化 BotFrameworkAdapter するために .NET 統合 API によって使用される設定が含まれます。

[System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)]
public class BotFrameworkOptions
[<System.Obsolete("Use `CloudAdapter` with `ConfigurationBotFrameworkAuthentication` instead to configure bot runtime.", false)>]
type BotFrameworkOptions = class
Public Class BotFrameworkOptions
継承
BotFrameworkOptions
属性

コンストラクター

BotFrameworkOptions()
古い.

BotFrameworkOptions クラスの新しいインスタンスを初期化します。

プロパティ

AppCredentials
古い.

Bot Framework Service での認証時に使用される資格情報の格納と取得に使用する必要がある を取得または設定 AppCredentials します。

AuthenticationConfiguration
古い.

認証の一般的な構成設定を取得または設定します。

ChannelProvider
古い.

Bot Framework Service から受信した認証トークンを検証する方法の構成を提供するために使用する必要がある を取得または設定 IChannelProvider します。

ConnectorClientRetryPolicy
古い.

Bot Framework Service からエラーが発生した場合に使用する再試行ポリシーを取得または設定します。

CredentialProvider
古い.

Bot Framework Service での認証時に使用される資格情報の格納と取得に使用する必要がある を取得または設定 ICredentialProvider します。

HttpClient
古い.

Bot Framework Service への HttpClient 要求を行うために使用するインスタンスを取得または設定します。

Middleware
古い.

各受信アクティビティで使用する の IMiddleware 一覧を取得します。

OnTurnError
古い.

ミドルウェアまたはアプリケーションの例外をキャッチするために使用するエラー ハンドラーを取得または設定します。

Paths
古い.

さまざまなボット エンドポイントを公開するときに使用するパスを取得または設定します。

State
古い.

現在は使用されていません:このプロパティは、フレームワークで使用されなくなりました。

適用対象