SkillHandler Class
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.
Caution
Use CloudSkillHandler
instead.
A Bot Framework Handler for skills.
[System.Obsolete("Use `CloudSkillHandler` instead.", false)]
public class SkillHandler : Microsoft.Bot.Builder.ChannelServiceHandler
[<System.Obsolete("Use `CloudSkillHandler` instead.", false)>]
type SkillHandler = class
inherit ChannelServiceHandler
Public Class SkillHandler
Inherits ChannelServiceHandler
- Inheritance
- Attributes
Constructors
SkillHandler(BotAdapter, IBot, SkillConversationIdFactoryBase, ICredentialProvider, AuthenticationConfiguration, IChannelProvider, ILogger) |
Initializes a new instance of the SkillHandler class, using a credential provider. |
Fields
SkillConversationReferenceKey |
The skill conversation reference. |
Properties
ChannelProvider |
Gets the channel provider that implements IChannelProvider. (Inherited from ChannelServiceHandler) |