Skip to content

Latest commit

 

History

History
117 lines (83 loc) · 8.06 KB

bot.md

File metadata and controls

117 lines (83 loc) · 8.06 KB

BOT

Things relevant to Bot framework from Microsoft. No, I dont care about any other kinds of bots right now.

BOT FRAMEWORK COMPOSER

BOT FRAMEWORK SDK

GOVERNANCE

LEARN BOT FRAMEWORK COMPOSER

LEARN v.4 SDK

**5 Minute QuickStarts from Bots doc - https://docs.microsoft.com/en-us/bot-framework/ **

LUIS - Language Understanding Cognitive Service

LUIS PERFORMANCE

QNAMAKER

The extraction process to get QNA-pairs out of a URL or file is something QNAMaker does. Once it has the QNA-pairs it will add them to the Azure Search index. qna maker.

SAMPLES V4

SECURITY

SKILL BOTS

Extend a bot using another bot (skill). Available as of v 4.7 of bot sdk. User interacts with root bot. Root bot delegates some conversational logic to skill.

TEAMS INTEGRATION

TOOLS

VIRTUAL ASSISTANT TEMPLATE