Skip to content
CogniSim Soft edited this page Jul 26, 2018 · 1 revision

Welcome to the BotFrameworkStateManager wiki!

Core Interfaces

  • interface IBotConversation

  • interface IBotConversationTalkingPoint

Core Classes

  • class BotTemplate

  • class Bot

IBotConversation

Handles the flow of conversation.

IBotConversationTalkingPoint

Acts as a "conversation context" driver. Talking points are essentially "topics". What the bot responds to and how is defined here.

BotTemplate

JSON Templated Bots (for code-less bot development).

Bot

Bot which interfaces BotFramework v4.

Clone this wiki locally