com.microsoft.bot.builder.skills

This package contains the classes for com.microsoft.bot.builder.skills.

Classes

BotFrameworkClient

A Bot Framework client.

BotFrameworkSkill

Registration for a BotFrameworkHttpProtocol super.

SkillConversationIdFactory

A SkillConversationIdFactory that uses an in memory {@link Map{TKey,TValue}} to store and retrieve ConversationReference 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 {@link SkillConversationIdFactoryBase#createSkillConversationId(SkillConversationI FactoryOptions,System#getThreading()#getCancellationToken())} .

SkillConversationReference

A conversation reference type for skills.

SkillHandler

A Bot Framework Handler for skills.