Usecase: Resturant Menu Ordering System
so the issue is right now, if you want to place an order through type bot
the customer must first see the menu items
and to display them, you will have to create pic choice block for each one manually
Proposed:
A Dynamic Pic Choice Block
- takes in array as input and will automatically display all the choices by creating some kind of:
dataset[itemindex]["label"]>label
dataset[itemindex]["pic"]>pic
- whatever choice is choosen, either we can save its full json data in a variable or just the id