Hi, Im currently working on a chatbot which allows...
# 💻developers
f
Hi, Im currently working on a chatbot which allows patients to book appointments with doctors at a hospital. First, patient picks the type of doctor they want to see and captured it in variable. Then, I sent the variable to stack AI to produce a list of doctors. Each doctor object in the list has a name and an image url. I fed stack AI with a document containing all the doctors from the hospital to scrape this list from. This list is now saved as another variable. I want to display this list as a carousel in botpress but I do not know how to fill in the input spaces within the carousels to show this dynamic data. Is there anyone who has the knowledge that can help.