CloudAdapterBase(BotFrameworkAuthentication, ILogger) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CloudAdapterBase クラスの新しいインスタンスを初期化します。
protected CloudAdapterBase (Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication botFrameworkAuthentication, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Builder.CloudAdapterBase : Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Builder.CloudAdapterBase
Protected Sub New (botFrameworkAuthentication As BotFrameworkAuthentication, Optional logger As ILogger = Nothing)
パラメーター
- botFrameworkAuthentication
- BotFrameworkAuthentication
トークンの検証と作成に使用されるクラウド環境。
- logger
- ILogger
このアダプターで使用する必要がある ILogger 実装。