Explaining the directory structure of the scaffolded bot

├── bot.json
├── bot.js
├── conversations.js
├── databaseUtils.js
├── data.js
├── functions.json
├── index.js
├── Machines
│   ├── Machines.txt
│   ├── menuBot.js
│   ├── orderBot.js
│   └── RootDialog.js
├── menuBotImpl.js
├── msft.js
├── orderBotImpl.js
├── package.json
├── package-lock.json
├── rootImpl.js
├── store.json
└── Utils
├── logger.js
└── reply.js

Implementation files

Each function specified in the bot.json file will be available in the implementation files. For every microbot (let the name of this be "sample") there will be an botNameImpl.js file (sampleImpl.js) and the functions specified in any response is added to this file. Follow ending conversations guide in each of the function in these files.

results matching ""

    No results matching ""