A simple demo backend app used as the underline interface for a bot
Azure functions were selected to align with serverless compute paradigm. All functions must return valid JSON.
Modify the hard coded return value to specific query.
Modify the hard coded return value to specific query, use the passed values for better filtering.
Provided JSON object with the gathered information by the bot, currently saves the entry as a single blob. Modify the implementation to a selected DB.
Currently using only blob as a simple reference impelmentation
Bot accepts user data in a set of 4 questions, showcasing how to call an api, how to travers through the data and call back once data has been collected. it works with the Microsoft Health Bot framework.
Create your health bot from the Azure Market Place. import tavis.json to have a quick start
using visual studio code to create and deploy a function app, exposing the 3 required APIs for this bot.