Microsoft.Bot.Builder.Skills Namespace
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.
Classes
BotFrameworkClient |
A Bot Framework client. |
BotFrameworkSkill |
Registration for a BotFrameworkHttpProtocol based Skill endpoint. |
CloudSkillHandler |
A Bot Framework Handler for skills. |
SkillConversationIdFactory |
A SkillConversationIdFactory that uses IStorage to store and retrieve SkillConversationReference instances. |
SkillConversationIdFactoryBase |
Defines the interface of a factory that is used to create unique conversation IDs for skill conversations. |
SkillConversationIdFactoryOptions |
A class defining the parameters used in CreateSkillConversationIdAsync(SkillConversationIdFactoryOptions, CancellationToken). |
SkillConversationReference |
A conversation reference type for skills. |
SkillHandler |
A Bot Framework Handler for skills. |