Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
/ zottbot01 Public archive

Zott Bot 01 (Demo)

Notifications You must be signed in to change notification settings

saivx/zottbot01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zott Bot 01

Demo Project of www.go-db.com for Chat Bots

Non-Functional Aspects (Common across all Zott Bots)

Bot App - running

Runs as a Microsoft Azure Bot Service, and Bot Framework. This enables it to integrate with its various Channels (Facebook, Skype, Email, Web etc)

NLP

Uses Microsoft LUIS API and its extensive capabilities This allows the Bot

Functional aspects (specific to each Zott Bot)

Conversational Flow Design

Conventional approach requires creating the Dialog flow and form validation equivalents in JavaScript / C# code by Developers. Zott Bots connversation deisgn happens by Business Analysts in Microsoft Excel ! This is done via http://xlapp.io service which allows XLS to be convered to JavaScript botlets Such Botlets can be hosted on Enterprise's choice of servers - Onpremise / Cloud.

To build your own bots contact [email protected]

Possible Errors & its workarounds

Bug in Microsoft's Bot library.js

".\messages\node_modules\botbuilder\lib\bots\Library.js" might throw an error stating "logger" function undefined. This bug is to be manually fixed by copy-replacing it with the Library.js from the root folder of this repository.