SkillChannelApiHandler(IChannelAdapter, IAgent, IAgentHost, ILogger) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public SkillChannelApiHandler(Microsoft.Agents.Builder.IChannelAdapter adapter, Microsoft.Agents.Builder.IAgent agent, Microsoft.Agents.Client.IAgentHost channelHost, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Agents.Client.Compat.SkillChannelApiHandler : Microsoft.Agents.Builder.IChannelAdapter * Microsoft.Agents.Builder.IAgent * Microsoft.Agents.Client.IAgentHost * Microsoft.Extensions.Logging.ILogger -> Microsoft.Agents.Client.Compat.SkillChannelApiHandler
Public Sub New (adapter As IChannelAdapter, agent As IAgent, channelHost As IAgentHost, Optional logger As ILogger = Nothing)
Parameters
- adapter
- IChannelAdapter
- agent
- IAgent
- channelHost
- IAgentHost
- logger
- ILogger