次の方法で共有


CloudSkillHandler コンストラクター

定義

BotFrameworkAuth を使用して、 クラスの CloudSkillHandler 新しいインスタンスを初期化します。

public CloudSkillHandler (Microsoft.Bot.Builder.BotAdapter adapter, Microsoft.Bot.Builder.IBot bot, Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryBase conversationIdFactory, Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication auth, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Builder.Skills.CloudSkillHandler : Microsoft.Bot.Builder.BotAdapter * Microsoft.Bot.Builder.IBot * Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryBase * Microsoft.Bot.Connector.Authentication.BotFrameworkAuthentication * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Builder.Skills.CloudSkillHandler
Public Sub New (adapter As BotAdapter, bot As IBot, conversationIdFactory As SkillConversationIdFactoryBase, auth As BotFrameworkAuthentication, Optional logger As ILogger = Nothing)

パラメーター

adapter
BotAdapter

要求を処理する の BotAdapter インスタンス。

bot
IBot

IBot のインスタンスです。

conversationIdFactory
SkillConversationIdFactoryBase

SkillConversationIdFactoryBase会話 ID をアンパックし、呼び出し元のボットにマップする 。

logger
ILogger

このアダプターで使用する必要がある ILogger 実装。

適用対象